#5251E0

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

Shades of Neon Blue #5251E0

Tints of Neon Blue #5251E0

Color information

#5251E0 (or 0x5251E0) is unknown color: approx Neon Blue. HEX triplet: 52, 51 and E0. RGB value is (82,81,224). Sum of RGB (Red+Green+Blue) = 82+81+224=387 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.19% from 387); Green value is 81 (32.03% from 255 or 20.93% from 387); Blue value is 224 (87.89% from 255 or 57.88% from 387); Max value from RGB is 224 - color contains mainly: blue. Hex color #5251E0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5251E0 is #ADAE1F. Grayscale: #616161. Windows color (decimal): -11382304 or 14700882. OLE color: 14700882.

HSL color Cylindrical-coordinate representation of color #5251E0: hue angle of 240.42º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5251E0 is Cyan = 0.63, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB8281224-
CMYK0.630.6400.12
HSL240.42º69.76%59.8%-
HSV(B)240.42º63.84%87.84%-
XYZ19.8813.0671.99-
YUV97.6199.33116.87-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.19%
GREEN value IS 81 (32.03% from 255) = 20.93%
BLUE value IS 224 (87.89% from 255) = 57.88%
R=21.19%
G=20.93%
B=57.88%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal82812240.630.6400.12240.4269.7659.8
Hex5251E03F400Cf0463c
Octal1221213407710001436010674
Binary1010010101000111100000111111100000001100111100001000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5251E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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