Shades of Neon Blue #4B3DDC
Tints of Neon Blue #4B3DDC
RGB
CMYK
RGB Variations
Color information
#4B3DDC (or 0x4B3DDC) is known color: Neon Blue. HEX triplet: 4B, 3D and DC. RGB value is (75,61,220). Sum of RGB (Red+Green+Blue) = 75+61+220=356 (47% of max value = 765). Red value is 75 (29.69% from 255 or 21.07% from 356); Green value is 61 (24.22% from 255 or 17.13% from 356); Blue value is 220 (86.33% from 255 or 61.80% from 356); Max value from RGB is 220 - color contains mainly: blue. Hex color #4B3DDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B3DDC is #B4C223. Grayscale: #525252. Windows color (decimal): -11846180 or 14433611. OLE color: 14433611.
HSL color Cylindrical-coordinate representation of color #4B3DDC: hue angle of 245.28º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4B3DDC is Cyan = 0.66, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 75 | 61 | 220 | - |
| CMYK | 0.66 | 0.72 | 0 | 0.14 |
| HSL | 245.28º | 0.69% | 0.55% | - |
| HSV(B) | 245.28º | 0.72% | 0.86% | - |
| XYZ | 17.49 | 10 | 68.72 | - |
| YUV | 83.31 | 205.14 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 61 | 220 | 0.66 | 0.72 | 0 | 0.14 | 245.28 | 0.69 | 0.55 |
| Hex | 4B | 3D | DC | 42 | 48 | 0 | E | F5 | 45 | 37 |
| Octal | 113 | 75 | 334 | 102 | 110 | 0 | 16 | 365 | 105 | 67 |
| Binary | 1001011 | 111101 | 11011100 | 1000010 | 1001000 | 0 | 1110 | 11110101 | 1000101 | 110111 |
Color Harmonies of #4B3DDC
Complementary color
Monochromatic Colors of #4B3DDC
Black with #4B3DDC
Text Example
Text Example
White with #4B3DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3DDC; }
p { color: rgb(75,61,220); }
H1.HeaderClassName
{
color: #4B3DDC;
}
.AnyTagClassName
{
color: #4B3DDC;
}
</style>
background-color css
<style>
a { background-color: #4B3DDC; }
a { background-color: rgb(75,61,220); }
div.DivClassName
{
background-color: #4B3DDC;
}
.BgClassName
{
background-color: #4B3DDC;
}
</style>
border-color css
<style>
span { border-color: #4B3DDC; }
span { border-color: rgb(75,61,220); }
td.TdClassName
{
border-color: #4B3DDC;
}
.TagClassName
{
border-color: #4B3DDC;
}
</style>