#5251FE

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

Shades of Neon Blue #5251FE

Tints of Neon Blue #5251FE

Color information

#5251FE (or 0x5251FE) is unknown color: approx Neon Blue. HEX triplet: 52, 51 and FE. RGB value is (82,81,254). Sum of RGB (Red+Green+Blue) = 82+81+254=417 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.66% from 417); Green value is 81 (32.03% from 255 or 19.42% 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 #5251FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5251FE is #ADAE01. Grayscale: #646464. Windows color (decimal): -11382274 or 16666962. OLE color: 16666962.

HSL color Cylindrical-coordinate representation of color #5251FE: hue angle of 240.35º 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 #5251FE is Cyan = 0.68, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB8281254-
CMYK0.680.6800.00
HSL240.35º98.86%65.69%-
HSV(B)240.35º68.11%99.61%-
XYZ24.3114.8395.35-
YUV101.02214.33114.43-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.66%
GREEN value IS 81 (32.03% from 255) = 19.42%
BLUE value IS 254 (99.61% from 255) = 60.91%
R=19.66%
G=19.42%
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
Decimal82812540.680.6800.00240.3598.8665.69
Hex5251FE444400f06342
Octal12212137610410400360143102
Binary101001010100011111111010001001000100001111000011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5251FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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