Html Css Color HEX #F972CE Neon Pink

📋 copy color: '#F972CE'

red 249 ◦ green 114 ◦ blue 206

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

Shades of Neon Pink #F972CE

Tints of Neon Pink #F972CE

RGB

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

 GREEN value IS 114 (44.92% from 255) = 20.04%

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

R = 43.76%
G = 20.04%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#F972CE (or 0xF972CE) is known color: Neon Pink. HEX triplet: F9, 72 and CE. RGB value is (249,114,206). Sum of RGB (Red+Green+Blue) = 249+114+206=569 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.76% from 569); Green value is 114 (44.92% from 255 or 20.04% from 569); Blue value is 206 (80.86% from 255 or 36.20% from 569); Max value from RGB is 249 - color contains mainly: red. Hex color #F972CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F972CE is #068D31. Grayscale: #A4A4A4. Windows color (decimal): -429362 or 13529849. OLE color: 13529849.

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

Color convert

RGB 249 114 206 -
CMYK 0 0.54 0.17 0.02
HSL 319.11º 0.92% 0.71% -
HSV(B) 319.11º 0.54% 0.98% -
XYZ 56.22 36.63 62.5 -
YUV 164.85 151.23 188.02 -
System Red Green Blue C M Y K H S L
Decimal 249 114 206 0 0.54 0.17 0.02 319.11 0.92 0.71
Hex F9 72 CE 0 36 11 2 13F 5C 47
Octal 371 162 316 0 66 21 2 477 134 107
Binary 11111001 1110010 11001110 0 110110 10001 10 100111111 1011100 1000111

Color Harmonies of #F972CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F972CE

Black with #F972CE

Text Example


Text Example

White with #F972CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F972CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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