Html Css Color HEX #F978CB Neon Pink

📋 copy color: '#F978CB'

red 249 ◦ green 120 ◦ blue 203

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

Shades of Neon Pink #F978CB

Tints of Neon Pink #F978CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 35.49%

R = 43.53%
G = 20.98%
B = 35.49%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#F978CB (or 0xF978CB) is known color: Neon Pink. HEX triplet: F9, 78 and CB. RGB value is (249,120,203). Sum of RGB (Red+Green+Blue) = 249+120+203=572 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.53% from 572); Green value is 120 (47.27% from 255 or 20.98% from 572); Blue value is 203 (79.69% from 255 or 35.49% from 572); Max value from RGB is 249 - color contains mainly: red. Hex color #F978CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F978CB is #068734. Grayscale: #A7A7A7. Windows color (decimal): -427829 or 13334777. OLE color: 13334777.

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

Color convert

RGB 249 120 203 -
CMYK 0 0.52 0.18 0.02
HSL 321.4º 0.91% 0.72% -
HSV(B) 321.4º 0.52% 0.98% -
XYZ 56.56 37.88 60.83 -
YUV 168.03 147.74 185.75 -
System Red Green Blue C M Y K H S L
Decimal 249 120 203 0 0.52 0.18 0.02 321.4 0.91 0.72
Hex F9 78 CB 0 34 12 2 141 5B 48
Octal 371 170 313 0 64 22 2 501 133 110
Binary 11111001 1111000 11001011 0 110100 10010 10 101000001 1011011 1001000

Color Harmonies of #F978CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F978CB

Black with #F978CB

Text Example


Text Example

White with #F978CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F978CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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