Shades of Neon Blue #454CE9
Tints of Neon Blue #454CE9
RGB
CMYK
RGB Variations
Color information
#454CE9 (or 0x454CE9) is known color: Neon Blue. HEX triplet: 45, 4C and E9. RGB value is (69,76,233). Sum of RGB (Red+Green+Blue) = 69+76+233=378 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.25% from 378); Green value is 76 (30.08% from 255 or 20.11% from 378); Blue value is 233 (91.41% from 255 or 61.64% from 378); Max value from RGB is 233 - color contains mainly: blue. Hex color #454CE9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #454CE9 is #BAB316. Grayscale: #5B5B5B. Windows color (decimal): -12235543 or 15289413. OLE color: 15289413.
HSL color Cylindrical-coordinate representation of color #454CE9: hue angle of 237.44º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #454CE9 is Cyan = 0.70, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 69 | 76 | 233 | - |
| CMYK | 0.70 | 0.67 | 0 | 0.09 |
| HSL | 237.44º | 0.79% | 0.59% | - |
| HSV(B) | 237.44º | 0.7% | 0.91% | - |
| XYZ | 19.75 | 12.32 | 78.43 | - |
| YUV | 91.81 | 207.68 | 111.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 76 | 233 | 0.70 | 0.67 | 0 | 0.09 | 237.44 | 0.79 | 0.59 |
| Hex | 45 | 4C | E9 | 46 | 43 | 0 | 9 | ED | 4F | 3B |
| Octal | 105 | 114 | 351 | 106 | 103 | 0 | 11 | 355 | 117 | 73 |
| Binary | 1000101 | 1001100 | 11101001 | 1000110 | 1000011 | 0 | 1001 | 11101101 | 1001111 | 111011 |
Color Harmonies of #454CE9
Complementary color
Monochromatic Colors of #454CE9
Black with #454CE9
Text Example
Text Example
White with #454CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454CE9; }
p { color: rgb(69,76,233); }
H1.HeaderClassName
{
color: #454CE9;
}
.AnyTagClassName
{
color: #454CE9;
}
</style>
background-color css
<style>
a { background-color: #454CE9; }
a { background-color: rgb(69,76,233); }
div.DivClassName
{
background-color: #454CE9;
}
.BgClassName
{
background-color: #454CE9;
}
</style>
border-color css
<style>
span { border-color: #454CE9; }
span { border-color: rgb(69,76,233); }
td.TdClassName
{
border-color: #454CE9;
}
.TagClassName
{
border-color: #454CE9;
}
</style>