#4742DE

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

Shades of Neon Blue #4742DE

Tints of Neon Blue #4742DE

Color information

#4742DE (or 0x4742DE) is unknown color: approx Neon Blue. HEX triplet: 47, 42 and DE. RGB value is (71,66,222). Sum of RGB (Red+Green+Blue) = 71+66+222=359 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.78% from 359); Green value is 66 (26.17% from 255 or 18.38% from 359); Blue value is 222 (87.11% from 255 or 61.84% from 359); Max value from RGB is 222 - color contains mainly: blue. Hex color #4742DE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4742DE is #B8BD21. Grayscale: #545454. Windows color (decimal): -12107042 or 14565959. OLE color: 14565959.

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

Color convert

RGB7166222-
CMYK0.680.7000.13
HSL241.92º70.27%56.47%-
HSV(B)241.92º70.27%87.06%-
XYZ17.7310.5170.2-
YUV85.28205.16117.82-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.78%
GREEN value IS 66 (26.17% from 255) = 18.38%
BLUE value IS 222 (87.11% from 255) = 61.84%
R=19.78%
G=18.38%
B=61.84%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal71662220.680.7000.13241.9270.2756.47
Hex4742DE44460Df24638
Octal10710233610410601536210670
Binary10001111000010110111101000100100011001101111100101000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4742DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,66,222); }

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

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

 a { background-color: rgb(71,66,222); }

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

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

 span { border-color: rgb(71,66,222); }

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