Html Css Color HEX #F958CB Neon Pink

📋 copy color: '#F958CB'

red 249 ◦ green 88 ◦ blue 203

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

Shades of Neon Pink #F958CB

Tints of Neon Pink #F958CB

RGB

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

 GREEN value IS 88 (34.77% from 255) = 16.3%

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

R = 46.11%
G = 16.3%
B = 37.59%

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

#F958CB (or 0xF958CB) is known color: Neon Pink. HEX triplet: F9, 58 and CB. RGB value is (249,88,203). Sum of RGB (Red+Green+Blue) = 249+88+203=540 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.11% from 540); Green value is 88 (34.77% from 255 or 16.30% from 540); Blue value is 203 (79.69% from 255 or 37.59% from 540); Max value from RGB is 249 - color contains mainly: red. Hex color #F958CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F958CB is #06A734. Grayscale: #949494. Windows color (decimal): -436021 or 13326585. OLE color: 13326585.

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

Color convert

RGB 249 88 203 -
CMYK 0 0.65 0.18 0.02
HSL 317.14º 0.93% 0.66% -
HSV(B) 317.14º 0.65% 0.98% -
XYZ 53.34 31.43 59.76 -
YUV 149.25 158.34 199.15 -
System Red Green Blue C M Y K H S L
Decimal 249 88 203 0 0.65 0.18 0.02 317.14 0.93 0.66
Hex F9 58 CB 0 41 12 2 13D 5D 42
Octal 371 130 313 0 101 22 2 475 135 102
Binary 11111001 1011000 11001011 0 1000001 10010 10 100111101 1011101 1000010

Color Harmonies of #F958CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F958CB

Black with #F958CB

Text Example


Text Example

White with #F958CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F958CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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