#4B42EF

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

Shades of Neon Blue #4B42EF

Tints of Neon Blue #4B42EF

Color information

#4B42EF (or 0x4B42EF) is unknown color: approx Neon Blue. HEX triplet: 4B, 42 and EF. RGB value is (75,66,239). Sum of RGB (Red+Green+Blue) = 75+66+239=380 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.74% from 380); Green value is 66 (26.17% from 255 or 17.37% from 380); Blue value is 239 (93.75% from 255 or 62.89% from 380); Max value from RGB is 239 - color contains mainly: blue. Hex color #4B42EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4B42EF is #B4BD10. Grayscale: #575757. Windows color (decimal): -11844881 or 15680075. OLE color: 15680075.

HSL color Cylindrical-coordinate representation of color #4B42EF: hue angle of 243.12º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4B42EF is Cyan = 0.69, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB7566239-
CMYK0.690.7200.06
HSL243.12º84.39%59.8%-
HSV(B)243.12º72.38%93.73%-
XYZ20.4311.6282.83-
YUV88.41212.98118.43-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 19.74%
GREEN value IS 66 (26.17% from 255) = 17.37%
BLUE value IS 239 (93.75% from 255) = 62.89%
R=19.74%
G=17.37%
B=62.89%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal75662390.690.7200.06243.1284.3959.8
Hex4B42EF454806f3543c
Octal1131023571051100636312474
Binary1001011100001011101111100010110010000110111100111010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B42EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B42EF; }

 p { color: rgb(75,66,239); }

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

<style>
 a { background-color: #4B42EF; }

 a { background-color: rgb(75,66,239); }

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

<style>
 span { border-color: #4B42EF; }

 span { border-color: rgb(75,66,239); }

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