Html Css Color HEX #F968CE Neon Pink

📋 copy color: '#F968CE'

red 249 ◦ green 104 ◦ blue 206

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

Shades of Neon Pink #F968CE

Tints of Neon Pink #F968CE

RGB

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

 GREEN value IS 104 (41.02% from 255) = 18.6%

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

R = 44.54%
G = 18.6%
B = 36.85%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#F968CE (or 0xF968CE) is known color: Neon Pink. HEX triplet: F9, 68 and CE. RGB value is (249,104,206). Sum of RGB (Red+Green+Blue) = 249+104+206=559 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.54% from 559); Green value is 104 (41.02% from 255 or 18.60% from 559); Blue value is 206 (80.86% from 255 or 36.85% from 559); Max value from RGB is 249 - color contains mainly: red. Hex color #F968CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F968CE is #069731. Grayscale: #9E9E9E. Windows color (decimal): -431922 or 13527289. OLE color: 13527289.

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

Color convert

RGB 249 104 206 -
CMYK 0 0.58 0.17 0.02
HSL 317.79º 0.92% 0.69% -
HSV(B) 317.79º 0.58% 0.98% -
XYZ 55.16 34.5 62.14 -
YUV 158.98 154.54 192.21 -
System Red Green Blue C M Y K H S L
Decimal 249 104 206 0 0.58 0.17 0.02 317.79 0.92 0.69
Hex F9 68 CE 0 3A 11 2 13E 5C 45
Octal 371 150 316 0 72 21 2 476 134 105
Binary 11111001 1101000 11001110 0 111010 10001 10 100111110 1011100 1000101

Color Harmonies of #F968CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F968CE

Black with #F968CE

Text Example


Text Example

White with #F968CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F968CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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