Html Css Color HEX #F957CB Neon Pink

📋 copy color: '#F957CB'

red 249 ◦ green 87 ◦ blue 203

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

Shades of Neon Pink #F957CB

Tints of Neon Pink #F957CB

RGB

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

 GREEN value IS 87 (34.38% from 255) = 16.14%

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

R = 46.2%
G = 16.14%
B = 37.66%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#F957CB (or 0xF957CB) is known color: Neon Pink. HEX triplet: F9, 57 and CB. RGB value is (249,87,203). Sum of RGB (Red+Green+Blue) = 249+87+203=539 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.20% from 539); Green value is 87 (34.38% from 255 or 16.14% from 539); Blue value is 203 (79.69% from 255 or 37.66% from 539); Max value from RGB is 249 - color contains mainly: red. Hex color #F957CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F957CB is #06A834. Grayscale: #949494. Windows color (decimal): -436277 or 13326329. OLE color: 13326329.

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

Color convert

RGB 249 87 203 -
CMYK 0 0.65 0.18 0.02
HSL 317.04º 0.93% 0.66% -
HSV(B) 317.04º 0.65% 0.98% -
XYZ 53.25 31.27 59.73 -
YUV 148.66 158.67 199.57 -
System Red Green Blue C M Y K H S L
Decimal 249 87 203 0 0.65 0.18 0.02 317.04 0.93 0.66
Hex F9 57 CB 0 41 12 2 13D 5D 42
Octal 371 127 313 0 101 22 2 475 135 102
Binary 11111001 1010111 11001011 0 1000001 10010 10 100111101 1011101 1000010

Color Harmonies of #F957CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F957CB

Black with #F957CB

Text Example


Text Example

White with #F957CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F957CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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