Shades of Neon Blue #3457FE
Tints of Neon Blue #3457FE
RGB
CMYK
RGB Variations
Color information
#3457FE (or 0x3457FE) is known color: Neon Blue. HEX triplet: 34, 57 and FE. RGB value is (52,87,254). Sum of RGB (Red+Green+Blue) = 52+87+254=393 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.23% from 393); Green value is 87 (34.38% from 255 or 22.14% from 393); Blue value is 254 (99.61% from 255 or 64.63% from 393); Max value from RGB is 254 - color contains mainly: blue. Hex color #3457FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3457FE is #CBA801. Grayscale: #5E5E5E. Windows color (decimal): -13346818 or 16668468. OLE color: 16668468.
HSL color Cylindrical-coordinate representation of color #3457FE: hue angle of 229.6º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3457FE is Cyan = 0.80, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 52 | 87 | 254 | - |
| CMYK | 0.80 | 0.66 | 0 | 0.00 |
| HSL | 229.6º | 0.99% | 0.6% | - |
| HSV(B) | 229.6º | 0.8% | 1% | - |
| XYZ | 22.71 | 14.7 | 95.41 | - |
| YUV | 95.57 | 217.4 | 96.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 87 | 254 | 0.80 | 0.66 | 0 | 0.00 | 229.6 | 0.99 | 0.6 |
| Hex | 34 | 57 | FE | 50 | 42 | 0 | 0 | E6 | 63 | 3C |
| Octal | 64 | 127 | 376 | 120 | 102 | 0 | 0 | 346 | 143 | 74 |
| Binary | 110100 | 1010111 | 11111110 | 1010000 | 1000010 | 0 | 0 | 11100110 | 1100011 | 111100 |
Color Harmonies of #3457FE
Complementary color
Monochromatic Colors of #3457FE
Black with #3457FE
Text Example
Text Example
White with #3457FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3457FE; }
p { color: rgb(52,87,254); }
H1.HeaderClassName
{
color: #3457FE;
}
.AnyTagClassName
{
color: #3457FE;
}
</style>
background-color css
<style>
a { background-color: #3457FE; }
a { background-color: rgb(52,87,254); }
div.DivClassName
{
background-color: #3457FE;
}
.BgClassName
{
background-color: #3457FE;
}
</style>
border-color css
<style>
span { border-color: #3457FE; }
span { border-color: rgb(52,87,254); }
td.TdClassName
{
border-color: #3457FE;
}
.TagClassName
{
border-color: #3457FE;
}
</style>