Html Css Color HEX #F95ACB Neon Pink

📋 copy color: '#F95ACB'

red 249 ◦ green 90 ◦ blue 203

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

Shades of Neon Pink #F95ACB

Tints of Neon Pink #F95ACB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 16.61%

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

R = 45.94%
G = 16.61%
B = 37.45%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#F95ACB (or 0xF95ACB) is known color: Neon Pink. HEX triplet: F9, 5A and CB. RGB value is (249,90,203). Sum of RGB (Red+Green+Blue) = 249+90+203=542 (71% of max value = 765). Red value is 249 (97.66% from 255 or 45.94% from 542); Green value is 90 (35.55% from 255 or 16.61% from 542); Blue value is 203 (79.69% from 255 or 37.45% from 542); Max value from RGB is 249 - color contains mainly: red. Hex color #F95ACB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F95ACB is #06A534. Grayscale: #969696. Windows color (decimal): -435509 or 13327097. OLE color: 13327097.

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

Color convert

RGB 249 90 203 -
CMYK 0 0.64 0.18 0.02
HSL 317.36º 0.93% 0.66% -
HSV(B) 317.36º 0.64% 0.98% -
XYZ 53.5 31.76 59.81 -
YUV 150.42 157.68 198.31 -
System Red Green Blue C M Y K H S L
Decimal 249 90 203 0 0.64 0.18 0.02 317.36 0.93 0.66
Hex F9 5A CB 0 40 12 2 13D 5D 42
Octal 371 132 313 0 100 22 2 475 135 102
Binary 11111001 1011010 11001011 0 1000000 10010 10 100111101 1011101 1000010

Color Harmonies of #F95ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F95ACB

Black with #F95ACB

Text Example


Text Example

White with #F95ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F95ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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