Shades of Neon Blue #454DFB
Tints of Neon Blue #454DFB
RGB
CMYK
RGB Variations
Color information
#454DFB (or 0x454DFB) is known color: Neon Blue. HEX triplet: 45, 4D and FB. RGB value is (69,77,251). Sum of RGB (Red+Green+Blue) = 69+77+251=397 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.38% from 397); Green value is 77 (30.47% from 255 or 19.40% from 397); Blue value is 251 (98.44% from 255 or 63.22% from 397); Max value from RGB is 251 - color contains mainly: blue. Hex color #454DFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #454DFB is #BAB204. Grayscale: #5D5D5D. Windows color (decimal): -12235269 or 16469317. OLE color: 16469317.
HSL color Cylindrical-coordinate representation of color #454DFB: hue angle of 237.36º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #454DFB is Cyan = 0.73, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 69 | 77 | 251 | - |
| CMYK | 0.73 | 0.69 | 0 | 0.02 |
| HSL | 237.36º | 0.96% | 0.63% | - |
| HSV(B) | 237.36º | 0.73% | 0.98% | - |
| XYZ | 22.52 | 13.54 | 92.69 | - |
| YUV | 94.44 | 216.35 | 109.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 77 | 251 | 0.73 | 0.69 | 0 | 0.02 | 237.36 | 0.96 | 0.63 |
| Hex | 45 | 4D | FB | 49 | 45 | 0 | 2 | ED | 60 | 3F |
| Octal | 105 | 115 | 373 | 111 | 105 | 0 | 2 | 355 | 140 | 77 |
| Binary | 1000101 | 1001101 | 11111011 | 1001001 | 1000101 | 0 | 10 | 11101101 | 1100000 | 111111 |
Color Harmonies of #454DFB
Complementary color
Monochromatic Colors of #454DFB
Black with #454DFB
Text Example
Text Example
White with #454DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454DFB; }
p { color: rgb(69,77,251); }
H1.HeaderClassName
{
color: #454DFB;
}
.AnyTagClassName
{
color: #454DFB;
}
</style>
background-color css
<style>
a { background-color: #454DFB; }
a { background-color: rgb(69,77,251); }
div.DivClassName
{
background-color: #454DFB;
}
.BgClassName
{
background-color: #454DFB;
}
</style>
border-color css
<style>
span { border-color: #454DFB; }
span { border-color: rgb(69,77,251); }
td.TdClassName
{
border-color: #454DFB;
}
.TagClassName
{
border-color: #454DFB;
}
</style>