#5139EF

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

Shades of Neon Blue #5139EF

Tints of Neon Blue #5139EF

Color information

#5139EF (or 0x5139EF) is unknown color: approx Neon Blue. HEX triplet: 51, 39 and EF. RGB value is (81,57,239). Sum of RGB (Red+Green+Blue) = 81+57+239=377 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.49% from 377); Green value is 57 (22.66% from 255 or 15.12% from 377); Blue value is 239 (93.75% from 255 or 63.40% from 377); Max value from RGB is 239 - color contains mainly: blue. Hex color #5139EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5139EF is #AEC610. Grayscale: #545454. Windows color (decimal): -11453969 or 15677777. OLE color: 15677777.

HSL color Cylindrical-coordinate representation of color #5139EF: hue angle of 247.91º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5139EF is Cyan = 0.66, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB8157239-
CMYK0.660.7600.06
HSL247.91º85.05%58.04%-
HSV(B)247.91º76.15%93.73%-
XYZ20.4410.9182.69-
YUV84.92214.95125.2-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.49%
GREEN value IS 57 (22.66% from 255) = 15.12%
BLUE value IS 239 (93.75% from 255) = 63.40%
R=21.49%
G=15.12%
B=63.40%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal81572390.660.7600.06247.9185.0558.04
Hex5139EF424C06f8553a
Octal121713571021140637012572
Binary101000111100111101111100001010011000110111110001010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5139EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5139EF; }

 p { color: rgb(81,57,239); }

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

<style>
 a { background-color: #5139EF; }

 a { background-color: rgb(81,57,239); }

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

<style>
 span { border-color: #5139EF; }

 span { border-color: rgb(81,57,239); }

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