Shades of Neon Blue #454FE3
Tints of Neon Blue #454FE3
RGB
CMYK
RGB Variations
Color information
#454FE3 (or 0x454FE3) is known color: Neon Blue. HEX triplet: 45, 4F and E3. RGB value is (69,79,227). Sum of RGB (Red+Green+Blue) = 69+79+227=375 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.4% from 375); Green value is 79 (31.25% from 255 or 21.07% from 375); Blue value is 227 (89.06% from 255 or 60.53% from 375); Max value from RGB is 227 - color contains mainly: blue. Hex color #454FE3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #454FE3 is #BAB01C. Grayscale: #5C5C5C. Windows color (decimal): -12234781 or 14896965. OLE color: 14896965.
HSL color Cylindrical-coordinate representation of color #454FE3: hue angle of 236.2º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #454FE3 is Cyan = 0.70, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 69 | 79 | 227 | - |
| CMYK | 0.70 | 0.65 | 0 | 0.11 |
| HSL | 236.2º | 0.74% | 0.58% | - |
| HSV(B) | 236.2º | 0.7% | 0.89% | - |
| XYZ | 19.12 | 12.4 | 74.06 | - |
| YUV | 92.88 | 203.69 | 110.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 79 | 227 | 0.70 | 0.65 | 0 | 0.11 | 236.2 | 0.74 | 0.58 |
| Hex | 45 | 4F | E3 | 46 | 41 | 0 | B | EC | 4A | 3A |
| Octal | 105 | 117 | 343 | 106 | 101 | 0 | 13 | 354 | 112 | 72 |
| Binary | 1000101 | 1001111 | 11100011 | 1000110 | 1000001 | 0 | 1011 | 11101100 | 1001010 | 111010 |
Color Harmonies of #454FE3
Complementary color
Monochromatic Colors of #454FE3
Black with #454FE3
Text Example
Text Example
White with #454FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454FE3; }
p { color: rgb(69,79,227); }
H1.HeaderClassName
{
color: #454FE3;
}
.AnyTagClassName
{
color: #454FE3;
}
</style>
background-color css
<style>
a { background-color: #454FE3; }
a { background-color: rgb(69,79,227); }
div.DivClassName
{
background-color: #454FE3;
}
.BgClassName
{
background-color: #454FE3;
}
</style>
border-color css
<style>
span { border-color: #454FE3; }
span { border-color: rgb(69,79,227); }
td.TdClassName
{
border-color: #454FE3;
}
.TagClassName
{
border-color: #454FE3;
}
</style>