Html Css Color HEX #FB55CC Neon Pink

📋 copy color: '#FB55CC'

red 251 ◦ green 85 ◦ blue 204

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

Shades of Neon Pink #FB55CC

Tints of Neon Pink #FB55CC

RGB

 RED value IS 251 (98.44% from 255) = 46.48%

 GREEN value IS 85 (33.59% from 255) = 15.74%

 BLUE value IS 204 (80.08% from 255) = 37.78%

R = 46.48%
G = 15.74%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#FB55CC (or 0xFB55CC) is known color: Neon Pink. HEX triplet: FB, 55 and CC. RGB value is (251,85,204). Sum of RGB (Red+Green+Blue) = 251+85+204=540 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.48% from 540); Green value is 85 (33.59% from 255 or 15.74% from 540); Blue value is 204 (80.08% from 255 or 37.78% from 540); Max value from RGB is 251 - color contains mainly: red. Hex color #FB55CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB55CC is #04AA33. Grayscale: #939393. Windows color (decimal): -305716 or 13391355. OLE color: 13391355.

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

Color convert

RGB 251 85 204 -
CMYK 0 0.66 0.19 0.02
HSL 316.99º 0.95% 0.66% -
HSV(B) 316.99º 0.66% 0.98% -
XYZ 53.93 31.37 60.34 -
YUV 148.2 159.5 201.32 -
System Red Green Blue C M Y K H S L
Decimal 251 85 204 0 0.66 0.19 0.02 316.99 0.95 0.66
Hex FB 55 CC 0 42 13 2 13D 5F 42
Octal 373 125 314 0 102 23 2 475 137 102
Binary 11111011 1010101 11001100 0 1000010 10011 10 100111101 1011111 1000010

Color Harmonies of #FB55CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB55CC

Black with #FB55CC

Text Example


Text Example

White with #FB55CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB55CC; }

 p { color: rgb(251,85,204); }

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

background-color css

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

 a { background-color: rgb(251,85,204); }

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

border-color css

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

 span { border-color: rgb(251,85,204); }

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