Shades of Neon Blue #4B3BDF
Tints of Neon Blue #4B3BDF
RGB
CMYK
RGB Variations
Color information
#4B3BDF (or 0x4B3BDF) is known color: Neon Blue. HEX triplet: 4B, 3B and DF. RGB value is (75,59,223). Sum of RGB (Red+Green+Blue) = 75+59+223=357 (47% of max value = 765). Red value is 75 (29.69% from 255 or 21.01% from 357); Green value is 59 (23.44% from 255 or 16.53% from 357); Blue value is 223 (87.5% from 255 or 62.46% from 357); Max value from RGB is 223 - color contains mainly: blue. Hex color #4B3BDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B3BDF is #B4C420. Grayscale: #515151. Windows color (decimal): -11846689 or 14629707. OLE color: 14629707.
HSL color Cylindrical-coordinate representation of color #4B3BDF: hue angle of 245.85º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4B3BDF is Cyan = 0.66, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 75 | 59 | 223 | - |
| CMYK | 0.66 | 0.74 | 0 | 0.13 |
| HSL | 245.85º | 0.72% | 0.55% | - |
| HSV(B) | 245.85º | 0.74% | 0.87% | - |
| XYZ | 17.78 | 9.95 | 70.8 | - |
| YUV | 82.48 | 207.3 | 122.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 59 | 223 | 0.66 | 0.74 | 0 | 0.13 | 245.85 | 0.72 | 0.55 |
| Hex | 4B | 3B | DF | 42 | 4A | 0 | D | F6 | 48 | 37 |
| Octal | 113 | 73 | 337 | 102 | 112 | 0 | 15 | 366 | 110 | 67 |
| Binary | 1001011 | 111011 | 11011111 | 1000010 | 1001010 | 0 | 1101 | 11110110 | 1001000 | 110111 |
Color Harmonies of #4B3BDF
Complementary color
Monochromatic Colors of #4B3BDF
Black with #4B3BDF
Text Example
Text Example
White with #4B3BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3BDF; }
p { color: rgb(75,59,223); }
H1.HeaderClassName
{
color: #4B3BDF;
}
.AnyTagClassName
{
color: #4B3BDF;
}
</style>
background-color css
<style>
a { background-color: #4B3BDF; }
a { background-color: rgb(75,59,223); }
div.DivClassName
{
background-color: #4B3BDF;
}
.BgClassName
{
background-color: #4B3BDF;
}
</style>
border-color css
<style>
span { border-color: #4B3BDF; }
span { border-color: rgb(75,59,223); }
td.TdClassName
{
border-color: #4B3BDF;
}
.TagClassName
{
border-color: #4B3BDF;
}
</style>