Html Css Color HEX #FB53C7 Neon Pink

📋 copy color: '#FB53C7'

red 251 ◦ green 83 ◦ blue 199

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

Shades of Neon Pink #FB53C7

Tints of Neon Pink #FB53C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 37.34%

R = 47.09%
G = 15.57%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#FB53C7 (or 0xFB53C7) is known color: Neon Pink. HEX triplet: FB, 53 and C7. RGB value is (251,83,199). Sum of RGB (Red+Green+Blue) = 251+83+199=533 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.09% from 533); Green value is 83 (32.81% from 255 or 15.57% from 533); Blue value is 199 (78.12% from 255 or 37.34% from 533); Max value from RGB is 251 - color contains mainly: red. Hex color #FB53C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB53C7 is #04AC38. Grayscale: #929292. Windows color (decimal): -306233 or 13063163. OLE color: 13063163.

HSL color Cylindrical-coordinate representation of color #FB53C7: hue angle of 318.57º 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 #FB53C7 is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 83 199 -
CMYK 0 0.67 0.21 0.02
HSL 318.57º 0.95% 0.65% -
HSV(B) 318.57º 0.67% 0.98% -
XYZ 53.19 30.82 57.18 -
YUV 146.46 157.66 202.57 -
System Red Green Blue C M Y K H S L
Decimal 251 83 199 0 0.67 0.21 0.02 318.57 0.95 0.65
Hex FB 53 C7 0 43 15 2 13F 5F 41
Octal 373 123 307 0 103 25 2 477 137 101
Binary 11111011 1010011 11000111 0 1000011 10101 10 100111111 1011111 1000001

Color Harmonies of #FB53C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB53C7

Black with #FB53C7

Text Example


Text Example

White with #FB53C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB53C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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