Html Css Color HEX #F966CE Neon Pink

📋 copy color: '#F966CE'

red 249 ◦ green 102 ◦ blue 206

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

Shades of Neon Pink #F966CE

Tints of Neon Pink #F966CE

RGB

 RED value IS 249 (97.66% from 255) = 44.7%

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

 BLUE value IS 206 (80.86% from 255) = 36.98%

R = 44.7%
G = 18.31%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#F966CE (or 0xF966CE) is known color: Neon Pink. HEX triplet: F9, 66 and CE. RGB value is (249,102,206). Sum of RGB (Red+Green+Blue) = 249+102+206=557 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.70% from 557); Green value is 102 (40.23% from 255 or 18.31% from 557); Blue value is 206 (80.86% from 255 or 36.98% from 557); Max value from RGB is 249 - color contains mainly: red. Hex color #F966CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F966CE is #069931. Grayscale: #9D9D9D. Windows color (decimal): -432434 or 13526777. OLE color: 13526777.

HSL color Cylindrical-coordinate representation of color #F966CE: hue angle of 317.55º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F966CE is Cyan = 0, Magento = 0.59, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 102 206 -
CMYK 0 0.59 0.17 0.02
HSL 317.55º 0.92% 0.69% -
HSV(B) 317.55º 0.59% 0.98% -
XYZ 54.96 34.1 62.08 -
YUV 157.81 155.2 193.04 -
System Red Green Blue C M Y K H S L
Decimal 249 102 206 0 0.59 0.17 0.02 317.55 0.92 0.69
Hex F9 66 CE 0 3B 11 2 13E 5C 45
Octal 371 146 316 0 73 21 2 476 134 105
Binary 11111001 1100110 11001110 0 111011 10001 10 100111110 1011100 1000101

Color Harmonies of #F966CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F966CE

Black with #F966CE

Text Example


Text Example

White with #F966CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F966CE; }

 p { color: rgb(249,102,206); }

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

background-color css

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

 a { background-color: rgb(249,102,206); }

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

border-color css

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

 span { border-color: rgb(249,102,206); }

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