Shades of Neon Blue #413ADF
Tints of Neon Blue #413ADF
RGB
CMYK
RGB Variations
Color information
#413ADF (or 0x413ADF) is known color: Neon Blue. HEX triplet: 41, 3A and DF. RGB value is (65,58,223). Sum of RGB (Red+Green+Blue) = 65+58+223=346 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.79% from 346); Green value is 58 (23.05% from 255 or 16.76% from 346); Blue value is 223 (87.5% from 255 or 64.45% from 346); Max value from RGB is 223 - color contains mainly: blue. Hex color #413ADF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #413ADF is #BEC520. Grayscale: #4E4E4E. Windows color (decimal): -12502305 or 14629441. OLE color: 14629441.
HSL color Cylindrical-coordinate representation of color #413ADF: hue angle of 242.55º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #413ADF is Cyan = 0.71, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 65 | 58 | 223 | - |
| CMYK | 0.71 | 0.74 | 0 | 0.13 |
| HSL | 242.55º | 0.72% | 0.55% | - |
| HSV(B) | 242.55º | 0.74% | 0.87% | - |
| XYZ | 17.01 | 9.48 | 70.74 | - |
| YUV | 78.9 | 209.32 | 118.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 58 | 223 | 0.71 | 0.74 | 0 | 0.13 | 242.55 | 0.72 | 0.55 |
| Hex | 41 | 3A | DF | 47 | 4A | 0 | D | F3 | 48 | 37 |
| Octal | 101 | 72 | 337 | 107 | 112 | 0 | 15 | 363 | 110 | 67 |
| Binary | 1000001 | 111010 | 11011111 | 1000111 | 1001010 | 0 | 1101 | 11110011 | 1001000 | 110111 |
Color Harmonies of #413ADF
Complementary color
Monochromatic Colors of #413ADF
Black with #413ADF
Text Example
Text Example
White with #413ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413ADF; }
p { color: rgb(65,58,223); }
H1.HeaderClassName
{
color: #413ADF;
}
.AnyTagClassName
{
color: #413ADF;
}
</style>
background-color css
<style>
a { background-color: #413ADF; }
a { background-color: rgb(65,58,223); }
div.DivClassName
{
background-color: #413ADF;
}
.BgClassName
{
background-color: #413ADF;
}
</style>
border-color css
<style>
span { border-color: #413ADF; }
span { border-color: rgb(65,58,223); }
td.TdClassName
{
border-color: #413ADF;
}
.TagClassName
{
border-color: #413ADF;
}
</style>