Shades of Neon Blue #413AF3
Tints of Neon Blue #413AF3
RGB
CMYK
RGB Variations
Color information
#413AF3 (or 0x413AF3) is known color: Neon Blue. HEX triplet: 41, 3A and F3. RGB value is (65,58,243). Sum of RGB (Red+Green+Blue) = 65+58+243=366 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.76% from 366); Green value is 58 (23.05% from 255 or 15.85% from 366); Blue value is 243 (95.31% from 255 or 66.39% from 366); Max value from RGB is 243 - color contains mainly: blue. Hex color #413AF3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #413AF3 is #BEC50C. Grayscale: #505050. Windows color (decimal): -12502285 or 15940161. OLE color: 15940161.
HSL color Cylindrical-coordinate representation of color #413AF3: hue angle of 242.27º degrees, saturation: 0.89, 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 #413AF3 is Cyan = 0.73, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 65 | 58 | 243 | - |
| CMYK | 0.73 | 0.76 | 0 | 0.05 |
| HSL | 242.27º | 0.89% | 0.59% | - |
| HSV(B) | 242.27º | 0.76% | 0.95% | - |
| XYZ | 19.87 | 10.62 | 85.8 | - |
| YUV | 81.18 | 219.32 | 116.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 58 | 243 | 0.73 | 0.76 | 0 | 0.05 | 242.27 | 0.89 | 0.59 |
| Hex | 41 | 3A | F3 | 49 | 4C | 0 | 5 | F2 | 59 | 3B |
| Octal | 101 | 72 | 363 | 111 | 114 | 0 | 5 | 362 | 131 | 73 |
| Binary | 1000001 | 111010 | 11110011 | 1001001 | 1001100 | 0 | 101 | 11110010 | 1011001 | 111011 |
Color Harmonies of #413AF3
Complementary color
Monochromatic Colors of #413AF3
Black with #413AF3
Text Example
Text Example
White with #413AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413AF3; }
p { color: rgb(65,58,243); }
H1.HeaderClassName
{
color: #413AF3;
}
.AnyTagClassName
{
color: #413AF3;
}
</style>
background-color css
<style>
a { background-color: #413AF3; }
a { background-color: rgb(65,58,243); }
div.DivClassName
{
background-color: #413AF3;
}
.BgClassName
{
background-color: #413AF3;
}
</style>
border-color css
<style>
span { border-color: #413AF3; }
span { border-color: rgb(65,58,243); }
td.TdClassName
{
border-color: #413AF3;
}
.TagClassName
{
border-color: #413AF3;
}
</style>