Shades of Neon Blue #4534DB
Tints of Neon Blue #4534DB
RGB
CMYK
RGB Variations
Color information
#4534DB (or 0x4534DB) is known color: Neon Blue. HEX triplet: 45, 34 and DB. RGB value is (69,52,219). Sum of RGB (Red+Green+Blue) = 69+52+219=340 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.29% from 340); Green value is 52 (20.70% from 255 or 15.29% from 340); Blue value is 219 (85.94% from 255 or 64.41% from 340); Max value from RGB is 219 - color contains mainly: blue. Hex color #4534DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4534DB is #BACB24. Grayscale: #4B4B4B. Windows color (decimal): -12241701 or 14365765. OLE color: 14365765.
HSL color Cylindrical-coordinate representation of color #4534DB: hue angle of 246.11º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4534DB is Cyan = 0.68, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 69 | 52 | 219 | - |
| CMYK | 0.68 | 0.76 | 0 | 0.14 |
| HSL | 246.11º | 0.7% | 0.53% | - |
| HSV(B) | 246.11º | 0.76% | 0.86% | - |
| XYZ | 16.47 | 8.84 | 67.86 | - |
| YUV | 76.12 | 208.63 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 52 | 219 | 0.68 | 0.76 | 0 | 0.14 | 246.11 | 0.7 | 0.53 |
| Hex | 45 | 34 | DB | 44 | 4C | 0 | E | F6 | 46 | 35 |
| Octal | 105 | 64 | 333 | 104 | 114 | 0 | 16 | 366 | 106 | 65 |
| Binary | 1000101 | 110100 | 11011011 | 1000100 | 1001100 | 0 | 1110 | 11110110 | 1000110 | 110101 |
Color Harmonies of #4534DB
Complementary color
Monochromatic Colors of #4534DB
Black with #4534DB
Text Example
Text Example
White with #4534DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4534DB; }
p { color: rgb(69,52,219); }
H1.HeaderClassName
{
color: #4534DB;
}
.AnyTagClassName
{
color: #4534DB;
}
</style>
background-color css
<style>
a { background-color: #4534DB; }
a { background-color: rgb(69,52,219); }
div.DivClassName
{
background-color: #4534DB;
}
.BgClassName
{
background-color: #4534DB;
}
</style>
border-color css
<style>
span { border-color: #4534DB; }
span { border-color: rgb(69,52,219); }
td.TdClassName
{
border-color: #4534DB;
}
.TagClassName
{
border-color: #4534DB;
}
</style>