Html Css Color HEX #F55ACB Neon Pink

📋 copy color: '#F55ACB'

red 245 ◦ green 90 ◦ blue 203

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

Shades of Neon Pink #F55ACB

Tints of Neon Pink #F55ACB

RGB

 RED value IS 245 (96.09% from 255) = 45.54%

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

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

R = 45.54%
G = 16.73%
B = 37.73%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F55ACB (or 0xF55ACB) is known color: Neon Pink. HEX triplet: F5, 5A and CB. RGB value is (245,90,203). Sum of RGB (Red+Green+Blue) = 245+90+203=538 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.54% from 538); Green value is 90 (35.55% from 255 or 16.73% from 538); Blue value is 203 (79.69% from 255 or 37.73% from 538); Max value from RGB is 245 - color contains mainly: red. Hex color #F55ACB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F55ACB is #0AA534. Grayscale: #949494. Windows color (decimal): -697653 or 13327093. OLE color: 13327093.

HSL color Cylindrical-coordinate representation of color #F55ACB: hue angle of 316.26º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F55ACB is Cyan = 0, Magento = 0.63, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 90 203 -
CMYK 0 0.63 0.17 0.04
HSL 316.26º 0.89% 0.66% -
HSV(B) 316.26º 0.63% 0.96% -
XYZ 52.09 31.04 59.75 -
YUV 149.23 158.35 196.31 -
System Red Green Blue C M Y K H S L
Decimal 245 90 203 0 0.63 0.17 0.04 316.26 0.89 0.66
Hex F5 5A CB 0 3F 11 4 13C 59 42
Octal 365 132 313 0 77 21 4 474 131 102
Binary 11110101 1011010 11001011 0 111111 10001 100 100111100 1011001 1000010

Color Harmonies of #F55ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55ACB

Black with #F55ACB

Text Example


Text Example

White with #F55ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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