Html Css Color HEX #F975CE Neon Pink

📋 copy color: '#F975CE'

red 249 ◦ green 117 ◦ blue 206

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

Shades of Neon Pink #F975CE

Tints of Neon Pink #F975CE

RGB

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

 GREEN value IS 117 (46.09% from 255) = 20.45%

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

R = 43.53%
G = 20.45%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#F975CE (or 0xF975CE) is known color: Neon Pink. HEX triplet: F9, 75 and CE. RGB value is (249,117,206). Sum of RGB (Red+Green+Blue) = 249+117+206=572 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.53% from 572); Green value is 117 (46.09% from 255 or 20.45% from 572); Blue value is 206 (80.86% from 255 or 36.01% from 572); Max value from RGB is 249 - color contains mainly: red. Hex color #F975CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F975CE is #068A31. Grayscale: #A6A6A6. Windows color (decimal): -428594 or 13530617. OLE color: 13530617.

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

Color convert

RGB 249 117 206 -
CMYK 0 0.53 0.17 0.02
HSL 319.55º 0.92% 0.72% -
HSV(B) 319.55º 0.53% 0.98% -
XYZ 56.57 37.32 62.61 -
YUV 166.61 150.23 186.76 -
System Red Green Blue C M Y K H S L
Decimal 249 117 206 0 0.53 0.17 0.02 319.55 0.92 0.72
Hex F9 75 CE 0 35 11 2 140 5C 48
Octal 371 165 316 0 65 21 2 500 134 110
Binary 11111001 1110101 11001110 0 110101 10001 10 101000000 1011100 1001000

Color Harmonies of #F975CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F975CE

Black with #F975CE

Text Example


Text Example

White with #F975CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F975CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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