Html Css Color HEX #FF5FDD Neon Pink

📋 copy color: '#FF5FDD'

red 255 ◦ green 95 ◦ blue 221

#FF5FDD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Pink #FF5FDD

Tints of Neon Pink #FF5FDD

RGB

 RED value IS 255 (100% from 255) = 44.66%

 GREEN value IS 95 (37.5% from 255) = 16.64%

 BLUE value IS 221 (86.72% from 255) = 38.7%

R = 44.66%
G = 16.64%
B = 38.7%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.13

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FF5FDD (or 0xFF5FDD) is known color: Neon Pink. HEX triplet: FF, 5F and DD. RGB value is (255,95,221). Sum of RGB (Red+Green+Blue) = 255+95+221=571 (75% of max value = 765). Red value is 255 (100% from 255 or 44.66% from 571); Green value is 95 (37.5% from 255 or 16.64% from 571); Blue value is 221 (86.72% from 255 or 38.70% from 571); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5FDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5FDD is #00A022. Grayscale: #9C9C9C. Windows color (decimal): -40995 or 14508031. OLE color: 14508031.

HSL color Cylindrical-coordinate representation of color #FF5FDD: hue angle of 312.75º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FF5FDD is Cyan = 0, Magento = 0.63, Yellow = 0.13 and Black (K on CMYK) = 0.

Color convert

RGB 255 95 221 -
CMYK 0 0.63 0.13 0
HSL 312.75º 1% 0.69% -
HSV(B) 312.75º 0.63% 1% -
XYZ 58.38 34.66 72.02 -
YUV 157.2 164.01 197.75 -
System Red Green Blue C M Y K H S L
Decimal 255 95 221 0 0.63 0.13 0 312.75 1 0.69
Hex FF 5F DD 0 3F D 0 139 64 45
Octal 377 137 335 0 77 15 0 471 144 105
Binary 11111111 1011111 11011101 0 111111 1101 0 100111001 1100100 1000101

Color Harmonies of #FF5FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5FDD

Black with #FF5FDD

Text Example


Text Example

White with #FF5FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5FDD; }

 p { color: rgb(255,95,221); }

 H1.HeaderClassName
 {
   color: #FF5FDD;
 }
 .AnyTagClassName
 {
   color: #FF5FDD;
 }
</style>

background-color css

<style>
 a { background-color: #FF5FDD; }

 a { background-color: rgb(255,95,221); }

 div.DivClassName
 {
   background-color: #FF5FDD;
 }
 .BgClassName
 {
   background-color: #FF5FDD;
 }
</style>

border-color css

<style>
 span { border-color: #FF5FDD; }

 span { border-color: rgb(255,95,221); }

 td.TdClassName
 {
   border-color: #FF5FDD;
 }
 .TagClassName
 {
   border-color: #FF5FDD;
 }
</style>