Shades of Neon Blue #4B3CDD
Tints of Neon Blue #4B3CDD
RGB
CMYK
RGB Variations
Color information
#4B3CDD (or 0x4B3CDD) is known color: Neon Blue. HEX triplet: 4B, 3C and DD. RGB value is (75,60,221). Sum of RGB (Red+Green+Blue) = 75+60+221=356 (47% of max value = 765). Red value is 75 (29.69% from 255 or 21.07% from 356); Green value is 60 (23.83% from 255 or 16.85% from 356); Blue value is 221 (86.72% from 255 or 62.08% from 356); Max value from RGB is 221 - color contains mainly: blue. Hex color #4B3CDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B3CDD is #B4C322. Grayscale: #525252. Windows color (decimal): -11846435 or 14498891. OLE color: 14498891.
HSL color Cylindrical-coordinate representation of color #4B3CDD: hue angle of 245.59º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4B3CDD is Cyan = 0.66, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 75 | 60 | 221 | - |
| CMYK | 0.66 | 0.73 | 0 | 0.13 |
| HSL | 245.59º | 0.7% | 0.55% | - |
| HSV(B) | 245.59º | 0.73% | 0.87% | - |
| XYZ | 17.57 | 9.95 | 69.4 | - |
| YUV | 82.84 | 205.97 | 122.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 60 | 221 | 0.66 | 0.73 | 0 | 0.13 | 245.59 | 0.7 | 0.55 |
| Hex | 4B | 3C | DD | 42 | 49 | 0 | D | F6 | 46 | 37 |
| Octal | 113 | 74 | 335 | 102 | 111 | 0 | 15 | 366 | 106 | 67 |
| Binary | 1001011 | 111100 | 11011101 | 1000010 | 1001001 | 0 | 1101 | 11110110 | 1000110 | 110111 |
Color Harmonies of #4B3CDD
Complementary color
Monochromatic Colors of #4B3CDD
Black with #4B3CDD
Text Example
Text Example
White with #4B3CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3CDD; }
p { color: rgb(75,60,221); }
H1.HeaderClassName
{
color: #4B3CDD;
}
.AnyTagClassName
{
color: #4B3CDD;
}
</style>
background-color css
<style>
a { background-color: #4B3CDD; }
a { background-color: rgb(75,60,221); }
div.DivClassName
{
background-color: #4B3CDD;
}
.BgClassName
{
background-color: #4B3CDD;
}
</style>
border-color css
<style>
span { border-color: #4B3CDD; }
span { border-color: rgb(75,60,221); }
td.TdClassName
{
border-color: #4B3CDD;
}
.TagClassName
{
border-color: #4B3CDD;
}
</style>