#5243EE

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

Shades of Neon Blue #5243EE

Tints of Neon Blue #5243EE

Color information

#5243EE (or 0x5243EE) is unknown color: approx Neon Blue. HEX triplet: 52, 43 and EE. RGB value is (82,67,238). Sum of RGB (Red+Green+Blue) = 82+67+238=387 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.19% from 387); Green value is 67 (26.56% from 255 or 17.31% from 387); Blue value is 238 (93.36% from 255 or 61.50% from 387); Max value from RGB is 238 - color contains mainly: blue. Hex color #5243EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5243EE is #ADBC11. Grayscale: #5A5A5A. Windows color (decimal): -11385874 or 15614802. OLE color: 15614802.

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

Color convert

RGB8267238-
CMYK0.660.7200.07
HSL245.26º83.41%59.8%-
HSV(B)245.26º71.85%93.33%-
XYZ20.9211.9882.1-
YUV90.98210.97121.6-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.19%
GREEN value IS 67 (26.56% from 255) = 17.31%
BLUE value IS 238 (93.36% from 255) = 61.50%
R=21.19%
G=17.31%
B=61.50%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal82672380.660.7200.07245.2683.4159.8
Hex5243EE424807f5533c
Octal1221033561021100736512374
Binary1010010100001111101110100001010010000111111101011010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5243EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,67,238); }

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

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

 a { background-color: rgb(82,67,238); }

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

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

 span { border-color: rgb(82,67,238); }

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