#5145EE

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

Shades of Neon Blue #5145EE

Tints of Neon Blue #5145EE

Color information

#5145EE (or 0x5145EE) is unknown color: approx Neon Blue. HEX triplet: 51, 45 and EE. RGB value is (81,69,238). Sum of RGB (Red+Green+Blue) = 81+69+238=388 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.88% from 388); Green value is 69 (27.34% from 255 or 17.78% from 388); Blue value is 238 (93.36% from 255 or 61.34% from 388); Max value from RGB is 238 - color contains mainly: blue. Hex color #5145EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5145EE is #AEBA11. Grayscale: #5B5B5B. Windows color (decimal): -11450898 or 15615313. OLE color: 15615313.

HSL color Cylindrical-coordinate representation of color #5145EE: hue angle of 244.26º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5145EE is Cyan = 0.66, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB8169238-
CMYK0.660.7100.07
HSL244.26º83.25%60.2%-
HSV(B)244.26º71.01%93.33%-
XYZ20.9512.1882.14-
YUV91.85210.48120.26-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.88%
GREEN value IS 69 (27.34% from 255) = 17.78%
BLUE value IS 238 (93.36% from 255) = 61.34%
R=20.88%
G=17.78%
B=61.34%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal81692380.660.7100.07244.2683.2560.2
Hex5145EE424707f4533c
Octal1211053561021070736412374
Binary1010001100010111101110100001010001110111111101001010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5145EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5145EE; }

 p { color: rgb(81,69,238); }

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

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

 a { background-color: rgb(81,69,238); }

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

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

 span { border-color: rgb(81,69,238); }

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