Shades of Neon Blue #3450FE
Tints of Neon Blue #3450FE
RGB
CMYK
RGB Variations
Color information
#3450FE (or 0x3450FE) is known color: Neon Blue. HEX triplet: 34, 50 and FE. RGB value is (52,80,254). Sum of RGB (Red+Green+Blue) = 52+80+254=386 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.47% from 386); Green value is 80 (31.64% from 255 or 20.73% from 386); Blue value is 254 (99.61% from 255 or 65.80% from 386); Max value from RGB is 254 - color contains mainly: blue. Hex color #3450FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3450FE is #CBAF01. Grayscale: #5A5A5A. Windows color (decimal): -13348610 or 16666676. OLE color: 16666676.
HSL color Cylindrical-coordinate representation of color #3450FE: hue angle of 231.68º 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 #3450FE is Cyan = 0.80, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 52 | 80 | 254 | - |
| CMYK | 0.80 | 0.69 | 0 | 0.00 |
| HSL | 231.68º | 0.99% | 0.6% | - |
| HSV(B) | 231.68º | 0.8% | 1% | - |
| XYZ | 22.17 | 13.62 | 95.23 | - |
| YUV | 91.46 | 219.72 | 99.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 80 | 254 | 0.80 | 0.69 | 0 | 0.00 | 231.68 | 0.99 | 0.6 |
| Hex | 34 | 50 | FE | 50 | 45 | 0 | 0 | E8 | 63 | 3C |
| Octal | 64 | 120 | 376 | 120 | 105 | 0 | 0 | 350 | 143 | 74 |
| Binary | 110100 | 1010000 | 11111110 | 1010000 | 1000101 | 0 | 0 | 11101000 | 1100011 | 111100 |
Color Harmonies of #3450FE
Complementary color
Monochromatic Colors of #3450FE
Black with #3450FE
Text Example
Text Example
White with #3450FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3450FE; }
p { color: rgb(52,80,254); }
H1.HeaderClassName
{
color: #3450FE;
}
.AnyTagClassName
{
color: #3450FE;
}
</style>
background-color css
<style>
a { background-color: #3450FE; }
a { background-color: rgb(52,80,254); }
div.DivClassName
{
background-color: #3450FE;
}
.BgClassName
{
background-color: #3450FE;
}
</style>
border-color css
<style>
span { border-color: #3450FE; }
span { border-color: rgb(52,80,254); }
td.TdClassName
{
border-color: #3450FE;
}
.TagClassName
{
border-color: #3450FE;
}
</style>