Shades of Neon Blue #455BFF
Tints of Neon Blue #455BFF
RGB
CMYK
RGB Variations
Color information
#455BFF (or 0x455BFF) is known color: Neon Blue. HEX triplet: 45, 5B and FF. RGB value is (69,91,255). Sum of RGB (Red+Green+Blue) = 69+91+255=415 (54% of max value = 765). Red value is 69 (27.34% from 255 or 16.63% from 415); Green value is 91 (35.94% from 255 or 21.93% from 415); Blue value is 255 (100% from 255 or 61.45% from 415); Max value from RGB is 255 - color contains mainly: blue. Hex color #455BFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #455BFF is #BAA400. Grayscale: #666666. Windows color (decimal): -12231681 or 16735045. OLE color: 16735045.
HSL color Cylindrical-coordinate representation of color #455BFF: hue angle of 232.9º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #455BFF is Cyan = 0.73, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 69 | 91 | 255 | - |
| CMYK | 0.73 | 0.64 | 0 | 0 |
| HSL | 232.9º | 1% | 0.64% | - |
| HSV(B) | 232.9º | 0.73% | 1% | - |
| XYZ | 24.25 | 15.97 | 96.41 | - |
| YUV | 103.12 | 213.71 | 103.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 91 | 255 | 0.73 | 0.64 | 0 | 0 | 232.9 | 1 | 0.64 |
| Hex | 45 | 5B | FF | 49 | 40 | 0 | 0 | E9 | 64 | 40 |
| Octal | 105 | 133 | 377 | 111 | 100 | 0 | 0 | 351 | 144 | 100 |
| Binary | 1000101 | 1011011 | 11111111 | 1001001 | 1000000 | 0 | 0 | 11101001 | 1100100 | 1000000 |
Color Harmonies of #455BFF
Complementary color
Monochromatic Colors of #455BFF
Black with #455BFF
Text Example
Text Example
White with #455BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455BFF; }
p { color: rgb(69,91,255); }
H1.HeaderClassName
{
color: #455BFF;
}
.AnyTagClassName
{
color: #455BFF;
}
</style>
background-color css
<style>
a { background-color: #455BFF; }
a { background-color: rgb(69,91,255); }
div.DivClassName
{
background-color: #455BFF;
}
.BgClassName
{
background-color: #455BFF;
}
</style>
border-color css
<style>
span { border-color: #455BFF; }
span { border-color: rgb(69,91,255); }
td.TdClassName
{
border-color: #455BFF;
}
.TagClassName
{
border-color: #455BFF;
}
</style>