Shades of Neon Blue #4334FF
Tints of Neon Blue #4334FF
RGB
CMYK
RGB Variations
Color information
#4334FF (or 0x4334FF) is known color: Neon Blue. HEX triplet: 43, 34 and FF. RGB value is (67,52,255). Sum of RGB (Red+Green+Blue) = 67+52+255=374 (49% of max value = 765). Red value is 67 (26.56% from 255 or 17.91% from 374); Green value is 52 (20.70% from 255 or 13.90% from 374); Blue value is 255 (100% from 255 or 68.18% from 374); Max value from RGB is 255 - color contains mainly: blue. Hex color #4334FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4334FF is #BCCB00. Grayscale: #4E4E4E. Windows color (decimal): -12372737 or 16725059. OLE color: 16725059.
HSL color Cylindrical-coordinate representation of color #4334FF: hue angle of 244.43º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4334FF is Cyan = 0.74, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 67 | 52 | 255 | - |
| CMYK | 0.74 | 0.80 | 0 | 0 |
| HSL | 244.43º | 1% | 0.6% | - |
| HSV(B) | 244.43º | 0.8% | 1% | - |
| XYZ | 21.59 | 10.87 | 95.57 | - |
| YUV | 79.63 | 226.97 | 118.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 52 | 255 | 0.74 | 0.80 | 0 | 0 | 244.43 | 1 | 0.6 |
| Hex | 43 | 34 | FF | 4A | 50 | 0 | 0 | F4 | 64 | 3C |
| Octal | 103 | 64 | 377 | 112 | 120 | 0 | 0 | 364 | 144 | 74 |
| Binary | 1000011 | 110100 | 11111111 | 1001010 | 1010000 | 0 | 0 | 11110100 | 1100100 | 111100 |
Color Harmonies of #4334FF
Complementary color
Monochromatic Colors of #4334FF
Black with #4334FF
Text Example
Text Example
White with #4334FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4334FF; }
p { color: rgb(67,52,255); }
H1.HeaderClassName
{
color: #4334FF;
}
.AnyTagClassName
{
color: #4334FF;
}
</style>
background-color css
<style>
a { background-color: #4334FF; }
a { background-color: rgb(67,52,255); }
div.DivClassName
{
background-color: #4334FF;
}
.BgClassName
{
background-color: #4334FF;
}
</style>
border-color css
<style>
span { border-color: #4334FF; }
span { border-color: rgb(67,52,255); }
td.TdClassName
{
border-color: #4334FF;
}
.TagClassName
{
border-color: #4334FF;
}
</style>