#4B3EDE

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

Shades of Neon Blue #4B3EDE

Tints of Neon Blue #4B3EDE

Color information

#4B3EDE (or 0x4B3EDE) is unknown color: approx Neon Blue. HEX triplet: 4B, 3E and DE. RGB value is (75,62,222). Sum of RGB (Red+Green+Blue) = 75+62+222=359 (47% of max value = 765). Red value is 75 (29.69% from 255 or 20.89% from 359); Green value is 62 (24.61% from 255 or 17.27% 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 #4B3EDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B3EDE is #B4C121. Grayscale: #535353. Windows color (decimal): -11845922 or 14564939. OLE color: 14564939.

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

Color convert

RGB7562222-
CMYK0.660.7200.13
HSL244.88º70.8%55.69%-
HSV(B)244.88º72.07%87.06%-
XYZ17.8110.2270.14-
YUV84.13205.81121.49-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.89%
GREEN value IS 62 (24.61% from 255) = 17.27%
BLUE value IS 222 (87.11% from 255) = 61.84%
R=20.89%
G=17.27%
B=61.84%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal75622220.660.7200.13244.8870.855.69
Hex4B3EDE42480Df54738
Octal1137633610211001536510770
Binary1001011111110110111101000010100100001101111101011000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,62,222); }

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

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

 a { background-color: rgb(75,62,222); }

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

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

 span { border-color: rgb(75,62,222); }

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