Html Css Color HEX #F959CE Neon Pink

📋 copy color: '#F959CE'

red 249 ◦ green 89 ◦ blue 206

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

Shades of Neon Pink #F959CE

Tints of Neon Pink #F959CE

RGB

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

 GREEN value IS 89 (35.16% from 255) = 16.36%

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

R = 45.77%
G = 16.36%
B = 37.87%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#F959CE (or 0xF959CE) is known color: Neon Pink. HEX triplet: F9, 59 and CE. RGB value is (249,89,206). Sum of RGB (Red+Green+Blue) = 249+89+206=544 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.77% from 544); Green value is 89 (35.16% from 255 or 16.36% from 544); Blue value is 206 (80.86% from 255 or 37.87% from 544); Max value from RGB is 249 - color contains mainly: red. Hex color #F959CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F959CE is #06A631. Grayscale: #959595. Windows color (decimal): -435762 or 13523449. OLE color: 13523449.

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

Color convert

RGB 249 89 206 -
CMYK 0 0.64 0.17 0.02
HSL 316.13º 0.93% 0.66% -
HSV(B) 316.13º 0.64% 0.98% -
XYZ 53.78 31.74 61.68 -
YUV 150.18 159.51 198.49 -
System Red Green Blue C M Y K H S L
Decimal 249 89 206 0 0.64 0.17 0.02 316.13 0.93 0.66
Hex F9 59 CE 0 40 11 2 13C 5D 42
Octal 371 131 316 0 100 21 2 474 135 102
Binary 11111001 1011001 11001110 0 1000000 10001 10 100111100 1011101 1000010

Color Harmonies of #F959CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F959CE

Black with #F959CE

Text Example


Text Example

White with #F959CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F959CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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