Shades of Neon Blue #4336FF
Tints of Neon Blue #4336FF
RGB
CMYK
RGB Variations
Color information
#4336FF (or 0x4336FF) is known color: Neon Blue. HEX triplet: 43, 36 and FF. RGB value is (67,54,255). Sum of RGB (Red+Green+Blue) = 67+54+255=376 (49% of max value = 765). Red value is 67 (26.56% from 255 or 17.82% from 376); Green value is 54 (21.48% from 255 or 14.36% from 376); Blue value is 255 (100% from 255 or 67.82% from 376); Max value from RGB is 255 - color contains mainly: blue. Hex color #4336FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4336FF is #BCC900. Grayscale: #505050. Windows color (decimal): -12372225 or 16725571. OLE color: 16725571.
HSL color Cylindrical-coordinate representation of color #4336FF: hue angle of 243.88º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4336FF is Cyan = 0.74, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 67 | 54 | 255 | - |
| CMYK | 0.74 | 0.79 | 0 | 0 |
| HSL | 243.88º | 1% | 0.61% | - |
| HSV(B) | 243.88º | 0.79% | 1% | - |
| XYZ | 21.68 | 11.05 | 95.6 | - |
| YUV | 80.8 | 226.31 | 118.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 54 | 255 | 0.74 | 0.79 | 0 | 0 | 243.88 | 1 | 0.61 |
| Hex | 43 | 36 | FF | 4A | 4F | 0 | 0 | F4 | 64 | 3D |
| Octal | 103 | 66 | 377 | 112 | 117 | 0 | 0 | 364 | 144 | 75 |
| Binary | 1000011 | 110110 | 11111111 | 1001010 | 1001111 | 0 | 0 | 11110100 | 1100100 | 111101 |
Color Harmonies of #4336FF
Complementary color
Monochromatic Colors of #4336FF
Black with #4336FF
Text Example
Text Example
White with #4336FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4336FF; }
p { color: rgb(67,54,255); }
H1.HeaderClassName
{
color: #4336FF;
}
.AnyTagClassName
{
color: #4336FF;
}
</style>
background-color css
<style>
a { background-color: #4336FF; }
a { background-color: rgb(67,54,255); }
div.DivClassName
{
background-color: #4336FF;
}
.BgClassName
{
background-color: #4336FF;
}
</style>
border-color css
<style>
span { border-color: #4336FF; }
span { border-color: rgb(67,54,255); }
td.TdClassName
{
border-color: #4336FF;
}
.TagClassName
{
border-color: #4336FF;
}
</style>