Shades of Neon Blue #3458FF
Tints of Neon Blue #3458FF
RGB
CMYK
RGB Variations
Color information
#3458FF (or 0x3458FF) is known color: Neon Blue. HEX triplet: 34, 58 and FF. RGB value is (52,88,255). Sum of RGB (Red+Green+Blue) = 52+88+255=395 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.16% from 395); Green value is 88 (34.77% from 255 or 22.28% from 395); Blue value is 255 (100% from 255 or 64.56% from 395); Max value from RGB is 255 - color contains mainly: blue. Hex color #3458FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3458FF is #CBA700. Grayscale: #5F5F5F. Windows color (decimal): -13346561 or 16734260. OLE color: 16734260.
HSL color Cylindrical-coordinate representation of color #3458FF: hue angle of 229.36º 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 #3458FF is Cyan = 0.80, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 52 | 88 | 255 | - |
| CMYK | 0.80 | 0.65 | 0 | 0 |
| HSL | 229.36º | 1% | 0.6% | - |
| HSV(B) | 229.36º | 0.8% | 1% | - |
| XYZ | 22.96 | 14.93 | 96.28 | - |
| YUV | 96.27 | 217.57 | 96.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 88 | 255 | 0.80 | 0.65 | 0 | 0 | 229.36 | 1 | 0.6 |
| Hex | 34 | 58 | FF | 50 | 41 | 0 | 0 | E5 | 64 | 3C |
| Octal | 64 | 130 | 377 | 120 | 101 | 0 | 0 | 345 | 144 | 74 |
| Binary | 110100 | 1011000 | 11111111 | 1010000 | 1000001 | 0 | 0 | 11100101 | 1100100 | 111100 |
Color Harmonies of #3458FF
Complementary color
Monochromatic Colors of #3458FF
Black with #3458FF
Text Example
Text Example
White with #3458FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3458FF; }
p { color: rgb(52,88,255); }
H1.HeaderClassName
{
color: #3458FF;
}
.AnyTagClassName
{
color: #3458FF;
}
</style>
background-color css
<style>
a { background-color: #3458FF; }
a { background-color: rgb(52,88,255); }
div.DivClassName
{
background-color: #3458FF;
}
.BgClassName
{
background-color: #3458FF;
}
</style>
border-color css
<style>
span { border-color: #3458FF; }
span { border-color: rgb(52,88,255); }
td.TdClassName
{
border-color: #3458FF;
}
.TagClassName
{
border-color: #3458FF;
}
</style>