Shades of Neon Blue #454DFF
Tints of Neon Blue #454DFF
RGB
CMYK
RGB Variations
Color information
#454DFF (or 0x454DFF) is known color: Neon Blue. HEX triplet: 45, 4D and FF. RGB value is (69,77,255). Sum of RGB (Red+Green+Blue) = 69+77+255=401 (53% of max value = 765). Red value is 69 (27.34% from 255 or 17.21% from 401); Green value is 77 (30.47% from 255 or 19.20% from 401); Blue value is 255 (100% from 255 or 63.59% from 401); Max value from RGB is 255 - color contains mainly: blue. Hex color #454DFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #454DFF is #BAB200. Grayscale: #5E5E5E. Windows color (decimal): -12235265 or 16731461. OLE color: 16731461.
HSL color Cylindrical-coordinate representation of color #454DFF: hue angle of 237.42º 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 #454DFF is Cyan = 0.73, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 69 | 77 | 255 | - |
| CMYK | 0.73 | 0.70 | 0 | 0 |
| HSL | 237.42º | 1% | 0.64% | - |
| HSV(B) | 237.42º | 0.73% | 1% | - |
| XYZ | 23.16 | 13.79 | 96.05 | - |
| YUV | 94.9 | 218.35 | 109.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 77 | 255 | 0.73 | 0.70 | 0 | 0 | 237.42 | 1 | 0.64 |
| Hex | 45 | 4D | FF | 49 | 46 | 0 | 0 | ED | 64 | 40 |
| Octal | 105 | 115 | 377 | 111 | 106 | 0 | 0 | 355 | 144 | 100 |
| Binary | 1000101 | 1001101 | 11111111 | 1001001 | 1000110 | 0 | 0 | 11101101 | 1100100 | 1000000 |
Color Harmonies of #454DFF
Complementary color
Monochromatic Colors of #454DFF
Black with #454DFF
Text Example
Text Example
White with #454DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454DFF; }
p { color: rgb(69,77,255); }
H1.HeaderClassName
{
color: #454DFF;
}
.AnyTagClassName
{
color: #454DFF;
}
</style>
background-color css
<style>
a { background-color: #454DFF; }
a { background-color: rgb(69,77,255); }
div.DivClassName
{
background-color: #454DFF;
}
.BgClassName
{
background-color: #454DFF;
}
</style>
border-color css
<style>
span { border-color: #454DFF; }
span { border-color: rgb(69,77,255); }
td.TdClassName
{
border-color: #454DFF;
}
.TagClassName
{
border-color: #454DFF;
}
</style>