Html Css Color HEX #F974CE Neon Pink

📋 copy color: '#F974CE'

red 249 ◦ green 116 ◦ blue 206

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

Shades of Neon Pink #F974CE

Tints of Neon Pink #F974CE

RGB

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

 GREEN value IS 116 (45.7% from 255) = 20.32%

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

R = 43.61%
G = 20.32%
B = 36.08%

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

#F974CE (or 0xF974CE) is known color: Neon Pink. HEX triplet: F9, 74 and CE. RGB value is (249,116,206). Sum of RGB (Red+Green+Blue) = 249+116+206=571 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.61% from 571); Green value is 116 (45.70% from 255 or 20.32% from 571); Blue value is 206 (80.86% from 255 or 36.08% from 571); Max value from RGB is 249 - color contains mainly: red. Hex color #F974CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F974CE is #068B31. Grayscale: #A5A5A5. Windows color (decimal): -428850 or 13530361. OLE color: 13530361.

HSL color Cylindrical-coordinate representation of color #F974CE: hue angle of 319.4º 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 #F974CE is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 116 206 -
CMYK 0 0.53 0.17 0.02
HSL 319.4º 0.92% 0.72% -
HSV(B) 319.4º 0.53% 0.98% -
XYZ 56.45 37.09 62.58 -
YUV 166.03 150.56 187.18 -
System Red Green Blue C M Y K H S L
Decimal 249 116 206 0 0.53 0.17 0.02 319.4 0.92 0.72
Hex F9 74 CE 0 35 11 2 13F 5C 48
Octal 371 164 316 0 65 21 2 477 134 110
Binary 11111001 1110100 11001110 0 110101 10001 10 100111111 1011100 1001000

Color Harmonies of #F974CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F974CE

Black with #F974CE

Text Example


Text Example

White with #F974CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F974CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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