Html Css Color HEX #F971CB Neon Pink

📋 copy color: '#F971CB'

red 249 ◦ green 113 ◦ blue 203

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

Shades of Neon Pink #F971CB

Tints of Neon Pink #F971CB

RGB

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

 GREEN value IS 113 (44.53% from 255) = 20%

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

R = 44.07%
G = 20%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#F971CB (or 0xF971CB) is known color: Neon Pink. HEX triplet: F9, 71 and CB. RGB value is (249,113,203). Sum of RGB (Red+Green+Blue) = 249+113+203=565 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.07% from 565); Green value is 113 (44.53% from 255 or 20% from 565); Blue value is 203 (79.69% from 255 or 35.93% from 565); Max value from RGB is 249 - color contains mainly: red. Hex color #F971CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F971CB is #068E34. Grayscale: #A3A3A3. Windows color (decimal): -429621 or 13332985. OLE color: 13332985.

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

Color convert

RGB 249 113 203 -
CMYK 0 0.55 0.18 0.02
HSL 320.29º 0.92% 0.71% -
HSV(B) 320.29º 0.55% 0.98% -
XYZ 55.75 36.26 60.56 -
YUV 163.92 150.06 188.68 -
System Red Green Blue C M Y K H S L
Decimal 249 113 203 0 0.55 0.18 0.02 320.29 0.92 0.71
Hex F9 71 CB 0 37 12 2 140 5C 47
Octal 371 161 313 0 67 22 2 500 134 107
Binary 11111001 1110001 11001011 0 110111 10010 10 101000000 1011100 1000111

Color Harmonies of #F971CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F971CB

Black with #F971CB

Text Example


Text Example

White with #F971CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F971CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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