#5152FE

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

Shades of Neon Blue #5152FE

Tints of Neon Blue #5152FE

Color information

#5152FE (or 0x5152FE) is unknown color: approx Neon Blue. HEX triplet: 51, 52 and FE. RGB value is (81,82,254). Sum of RGB (Red+Green+Blue) = 81+82+254=417 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.42% from 417); Green value is 82 (32.42% from 255 or 19.66% from 417); Blue value is 254 (99.61% from 255 or 60.91% from 417); Max value from RGB is 254 - color contains mainly: blue. Hex color #5152FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5152FE is #AEAD01. Grayscale: #646464. Windows color (decimal): -11447554 or 16667217. OLE color: 16667217.

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

Color convert

RGB8182254-
CMYK0.680.6800.00
HSL239.65º98.86%65.69%-
HSV(B)239.65º68.11%99.61%-
XYZ24.314.9495.37-
YUV101.31214.17113.51-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.42%
GREEN value IS 82 (32.42% from 255) = 19.66%
BLUE value IS 254 (99.61% from 255) = 60.91%
R=19.42%
G=19.66%
B=60.91%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal81822540.680.6800.00239.6598.8665.69
Hex5152FE444400f06342
Octal12112237610410400360143102
Binary101000110100101111111010001001000100001111000011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5152FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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