Shades of Neon Blue #4334DC
Tints of Neon Blue #4334DC
RGB
CMYK
RGB Variations
Color information
#4334DC (or 0x4334DC) is known color: Neon Blue. HEX triplet: 43, 34 and DC. RGB value is (67,52,220). Sum of RGB (Red+Green+Blue) = 67+52+220=339 (44% of max value = 765). Red value is 67 (26.56% from 255 or 19.76% from 339); Green value is 52 (20.70% from 255 or 15.34% from 339); Blue value is 220 (86.33% from 255 or 64.90% from 339); Max value from RGB is 220 - color contains mainly: blue. Hex color #4334DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4334DC is #BCCB23. Grayscale: #4A4A4A. Windows color (decimal): -12372772 or 14431299. OLE color: 14431299.
HSL color Cylindrical-coordinate representation of color #4334DC: hue angle of 245.36º degrees, saturation: 0.71, 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 #4334DC is Cyan = 0.70, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 67 | 52 | 220 | - |
| CMYK | 0.70 | 0.76 | 0 | 0.14 |
| HSL | 245.36º | 0.71% | 0.53% | - |
| HSV(B) | 245.36º | 0.76% | 0.86% | - |
| XYZ | 16.46 | 8.82 | 68.54 | - |
| YUV | 75.64 | 209.47 | 121.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 52 | 220 | 0.70 | 0.76 | 0 | 0.14 | 245.36 | 0.71 | 0.53 |
| Hex | 43 | 34 | DC | 46 | 4C | 0 | E | F5 | 47 | 35 |
| Octal | 103 | 64 | 334 | 106 | 114 | 0 | 16 | 365 | 107 | 65 |
| Binary | 1000011 | 110100 | 11011100 | 1000110 | 1001100 | 0 | 1110 | 11110101 | 1000111 | 110101 |
Color Harmonies of #4334DC
Complementary color
Monochromatic Colors of #4334DC
Black with #4334DC
Text Example
Text Example
White with #4334DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4334DC; }
p { color: rgb(67,52,220); }
H1.HeaderClassName
{
color: #4334DC;
}
.AnyTagClassName
{
color: #4334DC;
}
</style>
background-color css
<style>
a { background-color: #4334DC; }
a { background-color: rgb(67,52,220); }
div.DivClassName
{
background-color: #4334DC;
}
.BgClassName
{
background-color: #4334DC;
}
</style>
border-color css
<style>
span { border-color: #4334DC; }
span { border-color: rgb(67,52,220); }
td.TdClassName
{
border-color: #4334DC;
}
.TagClassName
{
border-color: #4334DC;
}
</style>