Shades of Neon Blue #453DF2
Tints of Neon Blue #453DF2
RGB
CMYK
RGB Variations
Color information
#453DF2 (or 0x453DF2) is known color: Neon Blue. HEX triplet: 45, 3D and F2. RGB value is (69,61,242). Sum of RGB (Red+Green+Blue) = 69+61+242=372 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.55% from 372); Green value is 61 (24.22% from 255 or 16.40% from 372); Blue value is 242 (94.92% from 255 or 65.05% from 372); Max value from RGB is 242 - color contains mainly: blue. Hex color #453DF2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #453DF2 is #BAC20D. Grayscale: #535353. Windows color (decimal): -12239374 or 15875397. OLE color: 15875397.
HSL color Cylindrical-coordinate representation of color #453DF2: hue angle of 242.65º 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 #453DF2 is Cyan = 0.71, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 69 | 61 | 242 | - |
| CMYK | 0.71 | 0.75 | 0 | 0.05 |
| HSL | 242.65º | 0.87% | 0.59% | - |
| HSV(B) | 242.65º | 0.75% | 0.95% | - |
| XYZ | 20.15 | 11.01 | 85.07 | - |
| YUV | 84.03 | 217.15 | 117.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 61 | 242 | 0.71 | 0.75 | 0 | 0.05 | 242.65 | 0.87 | 0.59 |
| Hex | 45 | 3D | F2 | 47 | 4B | 0 | 5 | F3 | 57 | 3B |
| Octal | 105 | 75 | 362 | 107 | 113 | 0 | 5 | 363 | 127 | 73 |
| Binary | 1000101 | 111101 | 11110010 | 1000111 | 1001011 | 0 | 101 | 11110011 | 1010111 | 111011 |
Color Harmonies of #453DF2
Complementary color
Monochromatic Colors of #453DF2
Black with #453DF2
Text Example
Text Example
White with #453DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453DF2; }
p { color: rgb(69,61,242); }
H1.HeaderClassName
{
color: #453DF2;
}
.AnyTagClassName
{
color: #453DF2;
}
</style>
background-color css
<style>
a { background-color: #453DF2; }
a { background-color: rgb(69,61,242); }
div.DivClassName
{
background-color: #453DF2;
}
.BgClassName
{
background-color: #453DF2;
}
</style>
border-color css
<style>
span { border-color: #453DF2; }
span { border-color: rgb(69,61,242); }
td.TdClassName
{
border-color: #453DF2;
}
.TagClassName
{
border-color: #453DF2;
}
</style>