Shades of Neon Blue #4B39DB
Tints of Neon Blue #4B39DB
RGB
CMYK
RGB Variations
Color information
#4B39DB (or 0x4B39DB) is known color: Neon Blue. HEX triplet: 4B, 39 and DB. RGB value is (75,57,219). Sum of RGB (Red+Green+Blue) = 75+57+219=351 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.37% from 351); Green value is 57 (22.66% from 255 or 16.24% from 351); Blue value is 219 (85.94% from 255 or 62.39% from 351); Max value from RGB is 219 - color contains mainly: blue. Hex color #4B39DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B39DB is #B4C624. Grayscale: #505050. Windows color (decimal): -11847205 or 14367051. OLE color: 14367051.
HSL color Cylindrical-coordinate representation of color #4B39DB: hue angle of 246.67º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4B39DB is Cyan = 0.66, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 75 | 57 | 219 | - |
| CMYK | 0.66 | 0.74 | 0 | 0.14 |
| HSL | 246.67º | 0.69% | 0.54% | - |
| HSV(B) | 246.67º | 0.74% | 0.86% | - |
| XYZ | 17.15 | 9.54 | 67.95 | - |
| YUV | 80.85 | 205.96 | 123.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 57 | 219 | 0.66 | 0.74 | 0 | 0.14 | 246.67 | 0.69 | 0.54 |
| Hex | 4B | 39 | DB | 42 | 4A | 0 | E | F7 | 45 | 36 |
| Octal | 113 | 71 | 333 | 102 | 112 | 0 | 16 | 367 | 105 | 66 |
| Binary | 1001011 | 111001 | 11011011 | 1000010 | 1001010 | 0 | 1110 | 11110111 | 1000101 | 110110 |
Color Harmonies of #4B39DB
Complementary color
Monochromatic Colors of #4B39DB
Black with #4B39DB
Text Example
Text Example
White with #4B39DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B39DB; }
p { color: rgb(75,57,219); }
H1.HeaderClassName
{
color: #4B39DB;
}
.AnyTagClassName
{
color: #4B39DB;
}
</style>
background-color css
<style>
a { background-color: #4B39DB; }
a { background-color: rgb(75,57,219); }
div.DivClassName
{
background-color: #4B39DB;
}
.BgClassName
{
background-color: #4B39DB;
}
</style>
border-color css
<style>
span { border-color: #4B39DB; }
span { border-color: rgb(75,57,219); }
td.TdClassName
{
border-color: #4B39DB;
}
.TagClassName
{
border-color: #4B39DB;
}
</style>