Shades of Neon Blue #455CFF
Tints of Neon Blue #455CFF
RGB
CMYK
RGB Variations
Color information
#455CFF (or 0x455CFF) is known color: Neon Blue. HEX triplet: 45, 5C and FF. RGB value is (69,92,255). Sum of RGB (Red+Green+Blue) = 69+92+255=416 (55% of max value = 765). Red value is 69 (27.34% from 255 or 16.59% from 416); Green value is 92 (36.33% from 255 or 22.12% from 416); Blue value is 255 (100% from 255 or 61.30% from 416); Max value from RGB is 255 - color contains mainly: blue. Hex color #455CFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #455CFF is #BAA300. Grayscale: #676767. Windows color (decimal): -12231425 or 16735301. OLE color: 16735301.
HSL color Cylindrical-coordinate representation of color #455CFF: hue angle of 232.58º 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 #455CFF is Cyan = 0.73, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 69 | 92 | 255 | - |
| CMYK | 0.73 | 0.64 | 0 | 0 |
| HSL | 232.58º | 1% | 0.64% | - |
| HSV(B) | 232.58º | 0.73% | 1% | - |
| XYZ | 24.33 | 16.14 | 96.44 | - |
| YUV | 103.71 | 213.38 | 103.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 92 | 255 | 0.73 | 0.64 | 0 | 0 | 232.58 | 1 | 0.64 |
| Hex | 45 | 5C | FF | 49 | 40 | 0 | 0 | E9 | 64 | 40 |
| Octal | 105 | 134 | 377 | 111 | 100 | 0 | 0 | 351 | 144 | 100 |
| Binary | 1000101 | 1011100 | 11111111 | 1001001 | 1000000 | 0 | 0 | 11101001 | 1100100 | 1000000 |
Color Harmonies of #455CFF
Complementary color
Monochromatic Colors of #455CFF
Black with #455CFF
Text Example
Text Example
White with #455CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455CFF; }
p { color: rgb(69,92,255); }
H1.HeaderClassName
{
color: #455CFF;
}
.AnyTagClassName
{
color: #455CFF;
}
</style>
background-color css
<style>
a { background-color: #455CFF; }
a { background-color: rgb(69,92,255); }
div.DivClassName
{
background-color: #455CFF;
}
.BgClassName
{
background-color: #455CFF;
}
</style>
border-color css
<style>
span { border-color: #455CFF; }
span { border-color: rgb(69,92,255); }
td.TdClassName
{
border-color: #455CFF;
}
.TagClassName
{
border-color: #455CFF;
}
</style>