Shades of Neon Blue #3440FF
Tints of Neon Blue #3440FF
RGB
CMYK
RGB Variations
Color information
#3440FF (or 0x3440FF) is known color: Neon Blue. HEX triplet: 34, 40 and FF. RGB value is (52,64,255). Sum of RGB (Red+Green+Blue) = 52+64+255=371 (49% of max value = 765). Red value is 52 (20.70% from 255 or 14.02% from 371); Green value is 64 (25.39% from 255 or 17.25% from 371); Blue value is 255 (100% from 255 or 68.73% from 371); Max value from RGB is 255 - color contains mainly: blue. Hex color #3440FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3440FF is #CBBF00. Grayscale: #515151. Windows color (decimal): -13352705 or 16728116. OLE color: 16728116.
HSL color Cylindrical-coordinate representation of color #3440FF: hue angle of 236.45º 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 #3440FF is Cyan = 0.80, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 52 | 64 | 255 | - |
| CMYK | 0.80 | 0.75 | 0 | 0 |
| HSL | 236.45º | 1% | 0.6% | - |
| HSV(B) | 236.45º | 0.8% | 1% | - |
| XYZ | 21.3 | 11.62 | 95.73 | - |
| YUV | 82.19 | 225.52 | 106.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 64 | 255 | 0.80 | 0.75 | 0 | 0 | 236.45 | 1 | 0.6 |
| Hex | 34 | 40 | FF | 50 | 4B | 0 | 0 | EC | 64 | 3C |
| Octal | 64 | 100 | 377 | 120 | 113 | 0 | 0 | 354 | 144 | 74 |
| Binary | 110100 | 1000000 | 11111111 | 1010000 | 1001011 | 0 | 0 | 11101100 | 1100100 | 111100 |
Color Harmonies of #3440FF
Complementary color
Monochromatic Colors of #3440FF
Black with #3440FF
Text Example
Text Example
White with #3440FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3440FF; }
p { color: rgb(52,64,255); }
H1.HeaderClassName
{
color: #3440FF;
}
.AnyTagClassName
{
color: #3440FF;
}
</style>
background-color css
<style>
a { background-color: #3440FF; }
a { background-color: rgb(52,64,255); }
div.DivClassName
{
background-color: #3440FF;
}
.BgClassName
{
background-color: #3440FF;
}
</style>
border-color css
<style>
span { border-color: #3440FF; }
span { border-color: rgb(52,64,255); }
td.TdClassName
{
border-color: #3440FF;
}
.TagClassName
{
border-color: #3440FF;
}
</style>