Html Css Color HEX #FF66CD Neon Pink

📋 copy color: '#FF66CD'

red 255 ◦ green 102 ◦ blue 205

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

Shades of Neon Pink #FF66CD

Tints of Neon Pink #FF66CD

RGB

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

 GREEN value IS 102 (40.23% from 255) = 18.15%

 BLUE value IS 205 (80.47% from 255) = 36.48%

R = 45.37%
G = 18.15%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.20

 K value IS 0

RGB Variations

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

Color information

#FF66CD (or 0xFF66CD) is known color: Neon Pink. HEX triplet: FF, 66 and CD. RGB value is (255,102,205). Sum of RGB (Red+Green+Blue) = 255+102+205=562 (74% of max value = 765). Red value is 255 (100% from 255 or 45.37% from 562); Green value is 102 (40.23% from 255 or 18.15% from 562); Blue value is 205 (80.47% from 255 or 36.48% from 562); Max value from RGB is 255 - color contains mainly: red. Hex color #FF66CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF66CD is #009932. Grayscale: #9F9F9F. Windows color (decimal): -39219 or 13461247. OLE color: 13461247.

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

Color convert

RGB 255 102 205 -
CMYK 0 0.6 0.20 0
HSL 319.61º 1% 0.7% -
HSV(B) 319.61º 0.6% 1% -
XYZ 57.01 35.17 61.54 -
YUV 159.49 153.69 196.12 -
System Red Green Blue C M Y K H S L
Decimal 255 102 205 0 0.6 0.20 0 319.61 1 0.7
Hex FF 66 CD 0 3C 14 0 140 64 46
Octal 377 146 315 0 74 24 0 500 144 106
Binary 11111111 1100110 11001101 0 111100 10100 0 101000000 1100100 1000110

Color Harmonies of #FF66CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF66CD

Black with #FF66CD

Text Example


Text Example

White with #FF66CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF66CD; }

 p { color: rgb(255,102,205); }

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

background-color css

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

 a { background-color: rgb(255,102,205); }

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

border-color css

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

 span { border-color: rgb(255,102,205); }

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