Html Css Color HEX #F978CE Neon Pink

📋 copy color: '#F978CE'

red 249 ◦ green 120 ◦ blue 206

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

Shades of Neon Pink #F978CE

Tints of Neon Pink #F978CE

RGB

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

 GREEN value IS 120 (47.27% from 255) = 20.87%

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

R = 43.3%
G = 20.87%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#F978CE (or 0xF978CE) is known color: Neon Pink. HEX triplet: F9, 78 and CE. RGB value is (249,120,206). Sum of RGB (Red+Green+Blue) = 249+120+206=575 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.30% from 575); Green value is 120 (47.27% from 255 or 20.87% from 575); Blue value is 206 (80.86% from 255 or 35.83% from 575); Max value from RGB is 249 - color contains mainly: red. Hex color #F978CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F978CE is #068731. Grayscale: #A8A8A8. Windows color (decimal): -427826 or 13531385. OLE color: 13531385.

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

Color convert

RGB 249 120 206 -
CMYK 0 0.52 0.17 0.02
HSL 320º 0.91% 0.72% -
HSV(B) 320º 0.52% 0.98% -
XYZ 56.92 38.03 62.73 -
YUV 168.38 149.24 185.51 -
System Red Green Blue C M Y K H S L
Decimal 249 120 206 0 0.52 0.17 0.02 320 0.91 0.72
Hex F9 78 CE 0 34 11 2 140 5B 48
Octal 371 170 316 0 64 21 2 500 133 110
Binary 11111001 1111000 11001110 0 110100 10001 10 101000000 1011011 1001000

Color Harmonies of #F978CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F978CE

Black with #F978CE

Text Example


Text Example

White with #F978CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F978CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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