#4845EA

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

Shades of Neon Blue #4845EA

Tints of Neon Blue #4845EA

Color information

#4845EA (or 0x4845EA) is unknown color: approx Neon Blue. HEX triplet: 48, 45 and EA. RGB value is (72,69,234). Sum of RGB (Red+Green+Blue) = 72+69+234=375 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.2% from 375); Green value is 69 (27.34% from 255 or 18.4% from 375); Blue value is 234 (91.80% from 255 or 62.4% from 375); Max value from RGB is 234 - color contains mainly: blue. Hex color #4845EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4845EA is #B7BA15. Grayscale: #585858. Windows color (decimal): -12040726 or 15353160. OLE color: 15353160.

HSL color Cylindrical-coordinate representation of color #4845EA: hue angle of 241.09º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4845EA is Cyan = 0.69, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB7269234-
CMYK0.690.7100.08
HSL241.09º79.71%59.41%-
HSV(B)241.09º70.51%91.76%-
XYZ19.6511.5779.04-
YUV88.71209.99116.08-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.2%
GREEN value IS 69 (27.34% from 255) = 18.4%
BLUE value IS 234 (91.80% from 255) = 62.4%
R=19.2%
G=18.4%
B=62.4%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal72692340.690.7100.08241.0979.7159.41
Hex4845EA454708f1503b
Octal11010535210510701036112073
Binary10010001000101111010101000101100011101000111100011010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4845EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4845EA; }

 p { color: rgb(72,69,234); }

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

<style>
 a { background-color: #4845EA; }

 a { background-color: rgb(72,69,234); }

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

<style>
 span { border-color: #4845EA; }

 span { border-color: rgb(72,69,234); }

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