Shades of Neon Blue #455BFD
Tints of Neon Blue #455BFD
RGB
CMYK
RGB Variations
Color information
#455BFD (or 0x455BFD) is known color: Neon Blue. HEX triplet: 45, 5B and FD. RGB value is (69,91,253). Sum of RGB (Red+Green+Blue) = 69+91+253=413 (54% of max value = 765). Red value is 69 (27.34% from 255 or 16.71% from 413); Green value is 91 (35.94% from 255 or 22.03% from 413); Blue value is 253 (99.22% from 255 or 61.26% from 413); Max value from RGB is 253 - color contains mainly: blue. Hex color #455BFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #455BFD is #BAA402. Grayscale: #666666. Windows color (decimal): -12231683 or 16603973. OLE color: 16603973.
HSL color Cylindrical-coordinate representation of color #455BFD: hue angle of 232.83º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #455BFD is Cyan = 0.73, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 69 | 91 | 253 | - |
| CMYK | 0.73 | 0.64 | 0 | 0.01 |
| HSL | 232.83º | 0.98% | 0.63% | - |
| HSV(B) | 232.83º | 0.73% | 0.99% | - |
| XYZ | 23.92 | 15.84 | 94.72 | - |
| YUV | 102.89 | 212.71 | 103.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 91 | 253 | 0.73 | 0.64 | 0 | 0.01 | 232.83 | 0.98 | 0.63 |
| Hex | 45 | 5B | FD | 49 | 40 | 0 | 1 | E9 | 62 | 3F |
| Octal | 105 | 133 | 375 | 111 | 100 | 0 | 1 | 351 | 142 | 77 |
| Binary | 1000101 | 1011011 | 11111101 | 1001001 | 1000000 | 0 | 1 | 11101001 | 1100010 | 111111 |
Color Harmonies of #455BFD
Complementary color
Monochromatic Colors of #455BFD
Black with #455BFD
Text Example
Text Example
White with #455BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455BFD; }
p { color: rgb(69,91,253); }
H1.HeaderClassName
{
color: #455BFD;
}
.AnyTagClassName
{
color: #455BFD;
}
</style>
background-color css
<style>
a { background-color: #455BFD; }
a { background-color: rgb(69,91,253); }
div.DivClassName
{
background-color: #455BFD;
}
.BgClassName
{
background-color: #455BFD;
}
</style>
border-color css
<style>
span { border-color: #455BFD; }
span { border-color: rgb(69,91,253); }
td.TdClassName
{
border-color: #455BFD;
}
.TagClassName
{
border-color: #455BFD;
}
</style>