#4645EA

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

Shades of Neon Blue #4645EA

Tints of Neon Blue #4645EA

Color information

#4645EA (or 0x4645EA) is unknown color: approx Neon Blue. HEX triplet: 46, 45 and EA. RGB value is (70,69,234). Sum of RGB (Red+Green+Blue) = 70+69+234=373 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.77% from 373); Green value is 69 (27.34% from 255 or 18.50% from 373); Blue value is 234 (91.80% from 255 or 62.73% from 373); Max value from RGB is 234 - color contains mainly: blue. Hex color #4645EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4645EA is #B9BA15. Grayscale: #575757. Windows color (decimal): -12171798 or 15353158. OLE color: 15353158.

HSL color Cylindrical-coordinate representation of color #4645EA: hue angle of 240.36º 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 #4645EA is Cyan = 0.70, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB7069234-
CMYK0.700.7100.08
HSL240.36º79.71%59.41%-
HSV(B)240.36º70.51%91.76%-
XYZ19.5111.579.03-
YUV88.11210.33115.08-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.77%
GREEN value IS 69 (27.34% from 255) = 18.50%
BLUE value IS 234 (91.80% from 255) = 62.73%
R=18.77%
G=18.50%
B=62.73%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal70692340.700.7100.08240.3679.7159.41
Hex4645EA464708f0503b
Octal10610535210610701036012073
Binary10001101000101111010101000110100011101000111100001010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4645EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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