Shades of Neon Blue #455AFF
Tints of Neon Blue #455AFF
RGB
CMYK
RGB Variations
Color information
#455AFF (or 0x455AFF) is known color: Neon Blue. HEX triplet: 45, 5A and FF. RGB value is (69,90,255). Sum of RGB (Red+Green+Blue) = 69+90+255=414 (54% of max value = 765). Red value is 69 (27.34% from 255 or 16.67% from 414); Green value is 90 (35.55% from 255 or 21.74% from 414); Blue value is 255 (100% from 255 or 61.59% from 414); Max value from RGB is 255 - color contains mainly: blue. Hex color #455AFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #455AFF is #BAA500. Grayscale: #656565. Windows color (decimal): -12231937 or 16734789. OLE color: 16734789.
HSL color Cylindrical-coordinate representation of color #455AFF: hue angle of 233.23º 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 #455AFF is Cyan = 0.73, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 69 | 90 | 255 | - |
| CMYK | 0.73 | 0.65 | 0 | 0 |
| HSL | 233.23º | 1% | 0.64% | - |
| HSV(B) | 233.23º | 0.73% | 1% | - |
| XYZ | 24.16 | 15.8 | 96.38 | - |
| YUV | 102.53 | 214.04 | 104.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 90 | 255 | 0.73 | 0.65 | 0 | 0 | 233.23 | 1 | 0.64 |
| Hex | 45 | 5A | FF | 49 | 41 | 0 | 0 | E9 | 64 | 40 |
| Octal | 105 | 132 | 377 | 111 | 101 | 0 | 0 | 351 | 144 | 100 |
| Binary | 1000101 | 1011010 | 11111111 | 1001001 | 1000001 | 0 | 0 | 11101001 | 1100100 | 1000000 |
Color Harmonies of #455AFF
Complementary color
Monochromatic Colors of #455AFF
Black with #455AFF
Text Example
Text Example
White with #455AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455AFF; }
p { color: rgb(69,90,255); }
H1.HeaderClassName
{
color: #455AFF;
}
.AnyTagClassName
{
color: #455AFF;
}
</style>
background-color css
<style>
a { background-color: #455AFF; }
a { background-color: rgb(69,90,255); }
div.DivClassName
{
background-color: #455AFF;
}
.BgClassName
{
background-color: #455AFF;
}
</style>
border-color css
<style>
span { border-color: #455AFF; }
span { border-color: rgb(69,90,255); }
td.TdClassName
{
border-color: #455AFF;
}
.TagClassName
{
border-color: #455AFF;
}
</style>