#4840DE

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

Shades of Neon Blue #4840DE

Tints of Neon Blue #4840DE

Color information

#4840DE (or 0x4840DE) is unknown color: approx Neon Blue. HEX triplet: 48, 40 and DE. RGB value is (72,64,222). Sum of RGB (Red+Green+Blue) = 72+64+222=358 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.11% from 358); Green value is 64 (25.39% from 255 or 17.88% from 358); Blue value is 222 (87.11% from 255 or 62.01% from 358); Max value from RGB is 222 - color contains mainly: blue. Hex color #4840DE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4840DE is #B7BF21. Grayscale: #535353. Windows color (decimal): -12042018 or 14565448. OLE color: 14565448.

HSL color Cylindrical-coordinate representation of color #4840DE: hue angle of 243.04º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4840DE is Cyan = 0.68, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB7264222-
CMYK0.680.7100.13
HSL243.04º70.54%56.08%-
HSV(B)243.04º71.17%87.06%-
XYZ17.6910.3270.17-
YUV84.4205.65119.15-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.11%
GREEN value IS 64 (25.39% from 255) = 17.88%
BLUE value IS 222 (87.11% from 255) = 62.01%
R=20.11%
G=17.88%
B=62.01%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal72642220.680.7100.13243.0470.5456.08
Hex4840DE44470Df34738
Octal11010033610410701536310770
Binary10010001000000110111101000100100011101101111100111000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4840DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4840DE; }

 p { color: rgb(72,64,222); }

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

<style>
 a { background-color: #4840DE; }

 a { background-color: rgb(72,64,222); }

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

<style>
 span { border-color: #4840DE; }

 span { border-color: rgb(72,64,222); }

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