Shades of Neon Blue #454DF3
Tints of Neon Blue #454DF3
RGB
CMYK
RGB Variations
Color information
#454DF3 (or 0x454DF3) is known color: Neon Blue. HEX triplet: 45, 4D and F3. RGB value is (69,77,243). Sum of RGB (Red+Green+Blue) = 69+77+243=389 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.74% from 389); Green value is 77 (30.47% from 255 or 19.79% from 389); Blue value is 243 (95.31% from 255 or 62.47% from 389); Max value from RGB is 243 - color contains mainly: blue. Hex color #454DF3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #454DF3 is #BAB20C. Grayscale: #5C5C5C. Windows color (decimal): -12235277 or 15945029. OLE color: 15945029.
HSL color Cylindrical-coordinate representation of color #454DF3: hue angle of 237.24º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #454DF3 is Cyan = 0.72, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 69 | 77 | 243 | - |
| CMYK | 0.72 | 0.68 | 0 | 0.05 |
| HSL | 237.24º | 0.88% | 0.61% | - |
| HSV(B) | 237.24º | 0.72% | 0.95% | - |
| XYZ | 21.29 | 13.04 | 86.19 | - |
| YUV | 93.53 | 212.35 | 110.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 77 | 243 | 0.72 | 0.68 | 0 | 0.05 | 237.24 | 0.88 | 0.61 |
| Hex | 45 | 4D | F3 | 48 | 44 | 0 | 5 | ED | 58 | 3D |
| Octal | 105 | 115 | 363 | 110 | 104 | 0 | 5 | 355 | 130 | 75 |
| Binary | 1000101 | 1001101 | 11110011 | 1001000 | 1000100 | 0 | 101 | 11101101 | 1011000 | 111101 |
Color Harmonies of #454DF3
Complementary color
Monochromatic Colors of #454DF3
Black with #454DF3
Text Example
Text Example
White with #454DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454DF3; }
p { color: rgb(69,77,243); }
H1.HeaderClassName
{
color: #454DF3;
}
.AnyTagClassName
{
color: #454DF3;
}
</style>
background-color css
<style>
a { background-color: #454DF3; }
a { background-color: rgb(69,77,243); }
div.DivClassName
{
background-color: #454DF3;
}
.BgClassName
{
background-color: #454DF3;
}
</style>
border-color css
<style>
span { border-color: #454DF3; }
span { border-color: rgb(69,77,243); }
td.TdClassName
{
border-color: #454DF3;
}
.TagClassName
{
border-color: #454DF3;
}
</style>