Html Css Color HEX #F95CCB Neon Pink

📋 copy color: '#F95CCB'

red 249 ◦ green 92 ◦ blue 203

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

Shades of Neon Pink #F95CCB

Tints of Neon Pink #F95CCB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 16.91%

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

R = 45.77%
G = 16.91%
B = 37.32%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#F95CCB (or 0xF95CCB) is known color: Neon Pink. HEX triplet: F9, 5C and CB. RGB value is (249,92,203). Sum of RGB (Red+Green+Blue) = 249+92+203=544 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.77% from 544); Green value is 92 (36.33% from 255 or 16.91% from 544); Blue value is 203 (79.69% from 255 or 37.32% from 544); Max value from RGB is 249 - color contains mainly: red. Hex color #F95CCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F95CCB is #06A334. Grayscale: #979797. Windows color (decimal): -434997 or 13327609. OLE color: 13327609.

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

Color convert

RGB 249 92 203 -
CMYK 0 0.63 0.18 0.02
HSL 317.58º 0.93% 0.67% -
HSV(B) 317.58º 0.63% 0.98% -
XYZ 53.67 32.11 59.87 -
YUV 151.6 157.01 197.47 -
System Red Green Blue C M Y K H S L
Decimal 249 92 203 0 0.63 0.18 0.02 317.58 0.93 0.67
Hex F9 5C CB 0 3F 12 2 13E 5D 43
Octal 371 134 313 0 77 22 2 476 135 103
Binary 11111001 1011100 11001011 0 111111 10010 10 100111110 1011101 1000011

Color Harmonies of #F95CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F95CCB

Black with #F95CCB

Text Example


Text Example

White with #F95CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F95CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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