Shades of Neon Blue #455FFE
Tints of Neon Blue #455FFE
RGB
CMYK
RGB Variations
Color information
#455FFE (or 0x455FFE) is known color: Neon Blue. HEX triplet: 45, 5F and FE. RGB value is (69,95,254). Sum of RGB (Red+Green+Blue) = 69+95+254=418 (55% of max value = 765). Red value is 69 (27.34% from 255 or 16.51% from 418); Green value is 95 (37.5% from 255 or 22.73% from 418); Blue value is 254 (99.61% from 255 or 60.77% from 418); Max value from RGB is 254 - color contains mainly: blue. Hex color #455FFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #455FFE is #BAA001. Grayscale: #686868. Windows color (decimal): -12230658 or 16670533. OLE color: 16670533.
HSL color Cylindrical-coordinate representation of color #455FFE: hue angle of 231.57º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #455FFE is Cyan = 0.73, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 69 | 95 | 254 | - |
| CMYK | 0.73 | 0.63 | 0 | 0.00 |
| HSL | 231.57º | 0.99% | 0.63% | - |
| HSV(B) | 231.57º | 0.73% | 1% | - |
| XYZ | 24.44 | 16.61 | 95.68 | - |
| YUV | 105.35 | 211.89 | 102.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 95 | 254 | 0.73 | 0.63 | 0 | 0.00 | 231.57 | 0.99 | 0.63 |
| Hex | 45 | 5F | FE | 49 | 3F | 0 | 0 | E8 | 63 | 3F |
| Octal | 105 | 137 | 376 | 111 | 77 | 0 | 0 | 350 | 143 | 77 |
| Binary | 1000101 | 1011111 | 11111110 | 1001001 | 111111 | 0 | 0 | 11101000 | 1100011 | 111111 |
Color Harmonies of #455FFE
Complementary color
Monochromatic Colors of #455FFE
Black with #455FFE
Text Example
Text Example
White with #455FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455FFE; }
p { color: rgb(69,95,254); }
H1.HeaderClassName
{
color: #455FFE;
}
.AnyTagClassName
{
color: #455FFE;
}
</style>
background-color css
<style>
a { background-color: #455FFE; }
a { background-color: rgb(69,95,254); }
div.DivClassName
{
background-color: #455FFE;
}
.BgClassName
{
background-color: #455FFE;
}
</style>
border-color css
<style>
span { border-color: #455FFE; }
span { border-color: rgb(69,95,254); }
td.TdClassName
{
border-color: #455FFE;
}
.TagClassName
{
border-color: #455FFE;
}
</style>