Shades of Neon Blue #3454FF
Tints of Neon Blue #3454FF
RGB
CMYK
RGB Variations
Color information
#3454FF (or 0x3454FF) is known color: Neon Blue. HEX triplet: 34, 54 and FF. RGB value is (52,84,255). Sum of RGB (Red+Green+Blue) = 52+84+255=391 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.30% from 391); Green value is 84 (33.20% from 255 or 21.48% from 391); Blue value is 255 (100% from 255 or 65.22% from 391); Max value from RGB is 255 - color contains mainly: blue. Hex color #3454FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3454FF is #CBAB00. Grayscale: #5D5D5D. Windows color (decimal): -13347585 or 16733236. OLE color: 16733236.
HSL color Cylindrical-coordinate representation of color #3454FF: hue angle of 230.54º 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 #3454FF is Cyan = 0.80, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 52 | 84 | 255 | - |
| CMYK | 0.80 | 0.67 | 0 | 0 |
| HSL | 230.54º | 1% | 0.6% | - |
| HSV(B) | 230.54º | 0.8% | 1% | - |
| XYZ | 22.64 | 14.29 | 96.17 | - |
| YUV | 93.93 | 218.9 | 98.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 84 | 255 | 0.80 | 0.67 | 0 | 0 | 230.54 | 1 | 0.6 |
| Hex | 34 | 54 | FF | 50 | 43 | 0 | 0 | E7 | 64 | 3C |
| Octal | 64 | 124 | 377 | 120 | 103 | 0 | 0 | 347 | 144 | 74 |
| Binary | 110100 | 1010100 | 11111111 | 1010000 | 1000011 | 0 | 0 | 11100111 | 1100100 | 111100 |
Color Harmonies of #3454FF
Complementary color
Monochromatic Colors of #3454FF
Black with #3454FF
Text Example
Text Example
White with #3454FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3454FF; }
p { color: rgb(52,84,255); }
H1.HeaderClassName
{
color: #3454FF;
}
.AnyTagClassName
{
color: #3454FF;
}
</style>
background-color css
<style>
a { background-color: #3454FF; }
a { background-color: rgb(52,84,255); }
div.DivClassName
{
background-color: #3454FF;
}
.BgClassName
{
background-color: #3454FF;
}
</style>
border-color css
<style>
span { border-color: #3454FF; }
span { border-color: rgb(52,84,255); }
td.TdClassName
{
border-color: #3454FF;
}
.TagClassName
{
border-color: #3454FF;
}
</style>