#2440ED

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

Shades of Neon Blue #2440ED

Tints of Neon Blue #2440ED

Color information

#2440ED (or 0x2440ED) is unknown color: approx Neon Blue. HEX triplet: 24, 40 and ED. RGB value is (36,64,237). Sum of RGB (Red+Green+Blue) = 36+64+237=337 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.68% from 337); Green value is 64 (25.39% from 255 or 18.99% from 337); Blue value is 237 (92.97% from 255 or 70.33% from 337); Max value from RGB is 237 - color contains mainly: blue. Hex color #2440ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2440ED is #DBBF12. Grayscale: #4A4A4A. Windows color (decimal): -14401299 or 15548452. OLE color: 15548452.

HSL color Cylindrical-coordinate representation of color #2440ED: hue angle of 231.64º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2440ED is Cyan = 0.85, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB3664237-
CMYK0.850.7300.07
HSL231.64º84.81%53.53%-
HSV(B)231.64º84.81%92.94%-
XYZ17.8510.1681.14-
YUV75.35219.2299.93-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 10.68%
GREEN value IS 64 (25.39% from 255) = 18.99%
BLUE value IS 237 (92.97% from 255) = 70.33%
R=10.68%
G=18.99%
B=70.33%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal36642370.850.7300.07231.6484.8153.53
Hex2440ED554907e85536
Octal441003551251110735012566
Binary100100100000011101101101010110010010111111010001010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2440ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,64,237); }

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

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

 a { background-color: rgb(36,64,237); }

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

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

 span { border-color: rgb(36,64,237); }

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