#5152FC

Color #5152FC Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #5152FC

Tints of Neon Blue #5152FC

Color information

#5152FC (or 0x5152FC) is unknown color: approx Neon Blue. HEX triplet: 51, 52 and FC. RGB value is (81,82,252). Sum of RGB (Red+Green+Blue) = 81+82+252=415 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.52% from 415); Green value is 82 (32.42% from 255 or 19.76% from 415); Blue value is 252 (98.83% from 255 or 60.72% from 415); Max value from RGB is 252 - color contains mainly: blue. Hex color #5152FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5152FC is #AEAD03. Grayscale: #646464. Windows color (decimal): -11447556 or 16536145. OLE color: 16536145.

HSL color Cylindrical-coordinate representation of color #5152FC: hue angle of 239.65º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5152FC is Cyan = 0.68, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB8182252-
CMYK0.680.6700.01
HSL239.65º96.61%65.29%-
HSV(B)239.65º67.86%98.82%-
XYZ23.9814.8193.69-
YUV101.08213.17113.68-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.52%
GREEN value IS 82 (32.42% from 255) = 19.76%
BLUE value IS 252 (98.83% from 255) = 60.72%
R=19.52%
G=19.76%
B=60.72%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal81822520.680.6700.01239.6596.6165.29
Hex5152FC444301f06141
Octal12112237410410301360141101
Binary101000110100101111110010001001000011011111000011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5152FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5152FC; }

 p { color: rgb(81,82,252); }

 H1.HeaderClassName
 {
   color: #5152FC;
 }
 .AnyTagClassName
 {
   color: #5152FC;
 }
</style>
background-color css

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

 a { background-color: rgb(81,82,252); }

 div.DivClassName
 {
   background-color: #5152FC;
 }
 .BgClassName
 {
   background-color: #5152FC;
 }
</style>
border-color css

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

 span { border-color: rgb(81,82,252); }

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