#4457ED

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

Shades of Neon Blue #4457ED

Tints of Neon Blue #4457ED

Color information

#4457ED (or 0x4457ED) is unknown color: approx Neon Blue. HEX triplet: 44, 57 and ED. RGB value is (68,87,237). Sum of RGB (Red+Green+Blue) = 68+87+237=392 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.35% from 392); Green value is 87 (34.38% from 255 or 22.19% from 392); Blue value is 237 (92.97% from 255 or 60.46% from 392); Max value from RGB is 237 - color contains mainly: blue. Hex color #4457ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4457ED is #BBA812. Grayscale: #616161. Windows color (decimal): -12298259 or 15554372. OLE color: 15554372.

HSL color Cylindrical-coordinate representation of color #4457ED: hue angle of 233.25º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4457ED is Cyan = 0.71, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB6887237-
CMYK0.710.6300.07
HSL233.25º82.44%59.8%-
HSV(B)233.25º71.31%92.94%-
XYZ21.0814.1681.74-
YUV98.42206.21106.3-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17.35%
GREEN value IS 87 (34.38% from 255) = 22.19%
BLUE value IS 237 (92.97% from 255) = 60.46%
R=17.35%
G=22.19%
B=60.46%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal68872370.710.6300.07233.2582.4459.8
Hex4457ED473F07e9523c
Octal104127355107770735112274
Binary100010010101111110110110001111111110111111010011010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4457ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4457ED; }

 p { color: rgb(68,87,237); }

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

<style>
 a { background-color: #4457ED; }

 a { background-color: rgb(68,87,237); }

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

<style>
 span { border-color: #4457ED; }

 span { border-color: rgb(68,87,237); }

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