Shades of Neon Blue #4336DC
Tints of Neon Blue #4336DC
RGB
CMYK
RGB Variations
Color information
#4336DC (or 0x4336DC) is known color: Neon Blue. HEX triplet: 43, 36 and DC. RGB value is (67,54,220). Sum of RGB (Red+Green+Blue) = 67+54+220=341 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.65% from 341); Green value is 54 (21.48% from 255 or 15.84% from 341); Blue value is 220 (86.33% from 255 or 64.52% from 341); Max value from RGB is 220 - color contains mainly: blue. Hex color #4336DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4336DC is #BCC923. Grayscale: #4C4C4C. Windows color (decimal): -12372260 or 14431811. OLE color: 14431811.
HSL color Cylindrical-coordinate representation of color #4336DC: hue angle of 244.7º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4336DC is Cyan = 0.70, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 67 | 54 | 220 | - |
| CMYK | 0.70 | 0.75 | 0 | 0.14 |
| HSL | 244.7º | 0.7% | 0.54% | - |
| HSV(B) | 244.7º | 0.75% | 0.86% | - |
| XYZ | 16.55 | 9 | 68.57 | - |
| YUV | 76.81 | 208.81 | 121 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 54 | 220 | 0.70 | 0.75 | 0 | 0.14 | 244.7 | 0.7 | 0.54 |
| Hex | 43 | 36 | DC | 46 | 4B | 0 | E | F5 | 46 | 36 |
| Octal | 103 | 66 | 334 | 106 | 113 | 0 | 16 | 365 | 106 | 66 |
| Binary | 1000011 | 110110 | 11011100 | 1000110 | 1001011 | 0 | 1110 | 11110101 | 1000110 | 110110 |
Color Harmonies of #4336DC
Complementary color
Monochromatic Colors of #4336DC
Black with #4336DC
Text Example
Text Example
White with #4336DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4336DC; }
p { color: rgb(67,54,220); }
H1.HeaderClassName
{
color: #4336DC;
}
.AnyTagClassName
{
color: #4336DC;
}
</style>
background-color css
<style>
a { background-color: #4336DC; }
a { background-color: rgb(67,54,220); }
div.DivClassName
{
background-color: #4336DC;
}
.BgClassName
{
background-color: #4336DC;
}
</style>
border-color css
<style>
span { border-color: #4336DC; }
span { border-color: rgb(67,54,220); }
td.TdClassName
{
border-color: #4336DC;
}
.TagClassName
{
border-color: #4336DC;
}
</style>