Html Css Color HEX #F66FCD Neon Pink

📋 copy color: '#F66FCD'

red 246 ◦ green 111 ◦ blue 205

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

Shades of Neon Pink #F66FCD

Tints of Neon Pink #F66FCD

RGB

 RED value IS 246 (96.48% from 255) = 43.77%

 GREEN value IS 111 (43.75% from 255) = 19.75%

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

R = 43.77%
G = 19.75%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F66FCD (or 0xF66FCD) is known color: Neon Pink. HEX triplet: F6, 6F and CD. RGB value is (246,111,205). Sum of RGB (Red+Green+Blue) = 246+111+205=562 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.77% from 562); Green value is 111 (43.75% from 255 or 19.75% from 562); Blue value is 205 (80.47% from 255 or 36.48% from 562); Max value from RGB is 246 - color contains mainly: red. Hex color #F66FCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F66FCD is #099032. Grayscale: #A1A1A1. Windows color (decimal): -626739 or 13463542. OLE color: 13463542.

HSL color Cylindrical-coordinate representation of color #F66FCD: hue angle of 318.22º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F66FCD is Cyan = 0, Magento = 0.55, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 111 205 -
CMYK 0 0.55 0.17 0.04
HSL 318.22º 0.88% 0.7% -
HSV(B) 318.22º 0.55% 0.96% -
XYZ 54.71 35.37 61.7 -
YUV 162.08 152.23 187.86 -
System Red Green Blue C M Y K H S L
Decimal 246 111 205 0 0.55 0.17 0.04 318.22 0.88 0.7
Hex F6 6F CD 0 37 11 4 13E 58 46
Octal 366 157 315 0 67 21 4 476 130 106
Binary 11110110 1101111 11001101 0 110111 10001 100 100111110 1011000 1000110

Color Harmonies of #F66FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F66FCD

Black with #F66FCD

Text Example


Text Example

White with #F66FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F66FCD; }

 p { color: rgb(246,111,205); }

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

background-color css

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

 a { background-color: rgb(246,111,205); }

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

border-color css

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

 span { border-color: rgb(246,111,205); }

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