Shades of Neon Blue #453CF1
Tints of Neon Blue #453CF1
RGB
CMYK
RGB Variations
Color information
#453CF1 (or 0x453CF1) is known color: Neon Blue. HEX triplet: 45, 3C and F1. RGB value is (69,60,241). Sum of RGB (Red+Green+Blue) = 69+60+241=370 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.65% from 370); Green value is 60 (23.83% from 255 or 16.22% from 370); Blue value is 241 (94.53% from 255 or 65.14% from 370); Max value from RGB is 241 - color contains mainly: blue. Hex color #453CF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #453CF1 is #BAC30E. Grayscale: #525252. Windows color (decimal): -12239631 or 15809605. OLE color: 15809605.
HSL color Cylindrical-coordinate representation of color #453CF1: hue angle of 242.98º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #453CF1 is Cyan = 0.71, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 69 | 60 | 241 | - |
| CMYK | 0.71 | 0.75 | 0 | 0.05 |
| HSL | 242.98º | 0.87% | 0.59% | - |
| HSV(B) | 242.98º | 0.75% | 0.95% | - |
| XYZ | 19.95 | 10.85 | 84.26 | - |
| YUV | 83.33 | 216.98 | 117.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 60 | 241 | 0.71 | 0.75 | 0 | 0.05 | 242.98 | 0.87 | 0.59 |
| Hex | 45 | 3C | F1 | 47 | 4B | 0 | 5 | F3 | 57 | 3B |
| Octal | 105 | 74 | 361 | 107 | 113 | 0 | 5 | 363 | 127 | 73 |
| Binary | 1000101 | 111100 | 11110001 | 1000111 | 1001011 | 0 | 101 | 11110011 | 1010111 | 111011 |
Color Harmonies of #453CF1
Complementary color
Monochromatic Colors of #453CF1
Black with #453CF1
Text Example
Text Example
White with #453CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453CF1; }
p { color: rgb(69,60,241); }
H1.HeaderClassName
{
color: #453CF1;
}
.AnyTagClassName
{
color: #453CF1;
}
</style>
background-color css
<style>
a { background-color: #453CF1; }
a { background-color: rgb(69,60,241); }
div.DivClassName
{
background-color: #453CF1;
}
.BgClassName
{
background-color: #453CF1;
}
</style>
border-color css
<style>
span { border-color: #453CF1; }
span { border-color: rgb(69,60,241); }
td.TdClassName
{
border-color: #453CF1;
}
.TagClassName
{
border-color: #453CF1;
}
</style>