Shades of Neon Blue #454DF5
Tints of Neon Blue #454DF5
RGB
CMYK
RGB Variations
Color information
#454DF5 (or 0x454DF5) is known color: Neon Blue. HEX triplet: 45, 4D and F5. RGB value is (69,77,245). Sum of RGB (Red+Green+Blue) = 69+77+245=391 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.65% from 391); Green value is 77 (30.47% from 255 or 19.69% from 391); Blue value is 245 (96.09% from 255 or 62.66% from 391); Max value from RGB is 245 - color contains mainly: blue. Hex color #454DF5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #454DF5 is #BAB20A. Grayscale: #5D5D5D. Windows color (decimal): -12235275 or 16076101. OLE color: 16076101.
HSL color Cylindrical-coordinate representation of color #454DF5: hue angle of 237.27º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #454DF5 is Cyan = 0.72, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 69 | 77 | 245 | - |
| CMYK | 0.72 | 0.69 | 0 | 0.04 |
| HSL | 237.27º | 0.9% | 0.62% | - |
| HSV(B) | 237.27º | 0.72% | 0.96% | - |
| XYZ | 21.59 | 13.17 | 87.79 | - |
| YUV | 93.76 | 213.35 | 110.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 77 | 245 | 0.72 | 0.69 | 0 | 0.04 | 237.27 | 0.9 | 0.62 |
| Hex | 45 | 4D | F5 | 48 | 45 | 0 | 4 | ED | 5A | 3E |
| Octal | 105 | 115 | 365 | 110 | 105 | 0 | 4 | 355 | 132 | 76 |
| Binary | 1000101 | 1001101 | 11110101 | 1001000 | 1000101 | 0 | 100 | 11101101 | 1011010 | 111110 |
Color Harmonies of #454DF5
Complementary color
Monochromatic Colors of #454DF5
Black with #454DF5
Text Example
Text Example
White with #454DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454DF5; }
p { color: rgb(69,77,245); }
H1.HeaderClassName
{
color: #454DF5;
}
.AnyTagClassName
{
color: #454DF5;
}
</style>
background-color css
<style>
a { background-color: #454DF5; }
a { background-color: rgb(69,77,245); }
div.DivClassName
{
background-color: #454DF5;
}
.BgClassName
{
background-color: #454DF5;
}
</style>
border-color css
<style>
span { border-color: #454DF5; }
span { border-color: rgb(69,77,245); }
td.TdClassName
{
border-color: #454DF5;
}
.TagClassName
{
border-color: #454DF5;
}
</style>