Html Css Color HEX #FB53CB Neon Pink

📋 copy color: '#FB53CB'

red 251 ◦ green 83 ◦ blue 203

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

Shades of Neon Pink #FB53CB

Tints of Neon Pink #FB53CB

RGB

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

 GREEN value IS 83 (32.81% from 255) = 15.46%

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

R = 46.74%
G = 15.46%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#FB53CB (or 0xFB53CB) is known color: Neon Pink. HEX triplet: FB, 53 and CB. RGB value is (251,83,203). Sum of RGB (Red+Green+Blue) = 251+83+203=537 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.74% from 537); Green value is 83 (32.81% from 255 or 15.46% from 537); Blue value is 203 (79.69% from 255 or 37.80% from 537); Max value from RGB is 251 - color contains mainly: red. Hex color #FB53CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB53CB is #04AC34. Grayscale: #929292. Windows color (decimal): -306229 or 13325307. OLE color: 13325307.

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

Color convert

RGB 251 83 203 -
CMYK 0 0.67 0.19 0.02
HSL 317.14º 0.95% 0.65% -
HSV(B) 317.14º 0.67% 0.98% -
XYZ 53.66 31.01 59.66 -
YUV 146.91 159.66 202.24 -
System Red Green Blue C M Y K H S L
Decimal 251 83 203 0 0.67 0.19 0.02 317.14 0.95 0.65
Hex FB 53 CB 0 43 13 2 13D 5F 41
Octal 373 123 313 0 103 23 2 475 137 101
Binary 11111011 1010011 11001011 0 1000011 10011 10 100111101 1011111 1000001

Color Harmonies of #FB53CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB53CB

Black with #FB53CB

Text Example


Text Example

White with #FB53CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB53CB; }

 p { color: rgb(251,83,203); }

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

background-color css

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

 a { background-color: rgb(251,83,203); }

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

border-color css

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

 span { border-color: rgb(251,83,203); }

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