Shades of Neon Blue #453AF1
Tints of Neon Blue #453AF1
RGB
CMYK
RGB Variations
Color information
#453AF1 (or 0x453AF1) is known color: Neon Blue. HEX triplet: 45, 3A and F1. RGB value is (69,58,241). Sum of RGB (Red+Green+Blue) = 69+58+241=368 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.75% from 368); Green value is 58 (23.05% from 255 or 15.76% from 368); Blue value is 241 (94.53% from 255 or 65.49% from 368); Max value from RGB is 241 - color contains mainly: blue. Hex color #453AF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #453AF1 is #BAC50E. Grayscale: #515151. Windows color (decimal): -12240143 or 15809093. OLE color: 15809093.
HSL color Cylindrical-coordinate representation of color #453AF1: hue angle of 243.61º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #453AF1 is Cyan = 0.71, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 69 | 58 | 241 | - |
| CMYK | 0.71 | 0.76 | 0 | 0.05 |
| HSL | 243.61º | 0.87% | 0.59% | - |
| HSV(B) | 243.61º | 0.76% | 0.95% | - |
| XYZ | 19.84 | 10.64 | 84.23 | - |
| YUV | 82.15 | 217.64 | 118.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 58 | 241 | 0.71 | 0.76 | 0 | 0.05 | 243.61 | 0.87 | 0.59 |
| Hex | 45 | 3A | F1 | 47 | 4C | 0 | 5 | F4 | 57 | 3B |
| Octal | 105 | 72 | 361 | 107 | 114 | 0 | 5 | 364 | 127 | 73 |
| Binary | 1000101 | 111010 | 11110001 | 1000111 | 1001100 | 0 | 101 | 11110100 | 1010111 | 111011 |
Color Harmonies of #453AF1
Complementary color
Monochromatic Colors of #453AF1
Black with #453AF1
Text Example
Text Example
White with #453AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453AF1; }
p { color: rgb(69,58,241); }
H1.HeaderClassName
{
color: #453AF1;
}
.AnyTagClassName
{
color: #453AF1;
}
</style>
background-color css
<style>
a { background-color: #453AF1; }
a { background-color: rgb(69,58,241); }
div.DivClassName
{
background-color: #453AF1;
}
.BgClassName
{
background-color: #453AF1;
}
</style>
border-color css
<style>
span { border-color: #453AF1; }
span { border-color: rgb(69,58,241); }
td.TdClassName
{
border-color: #453AF1;
}
.TagClassName
{
border-color: #453AF1;
}
</style>