#5135EF

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

Shades of Neon Blue #5135EF

Tints of Neon Blue #5135EF

Color information

#5135EF (or 0x5135EF) is unknown color: approx Neon Blue. HEX triplet: 51, 35 and EF. RGB value is (81,53,239). Sum of RGB (Red+Green+Blue) = 81+53+239=373 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.72% from 373); Green value is 53 (21.09% from 255 or 14.21% from 373); Blue value is 239 (93.75% from 255 or 64.08% from 373); Max value from RGB is 239 - color contains mainly: blue. Hex color #5135EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5135EF is #AECA10. Grayscale: #515151. Windows color (decimal): -11454993 or 15676753. OLE color: 15676753.

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

Color convert

RGB8153239-
CMYK0.660.7800.06
HSL249.03º85.32%57.25%-
HSV(B)249.03º77.82%93.73%-
XYZ20.2510.5382.63-
YUV82.58216.28126.88-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.72%
GREEN value IS 53 (21.09% from 255) = 14.21%
BLUE value IS 239 (93.75% from 255) = 64.08%
R=21.72%
G=14.21%
B=64.08%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal81532390.660.7800.06249.0385.3257.25
Hex5135EF424E06f95539
Octal121653571021160637112571
Binary101000111010111101111100001010011100110111110011010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5135EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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