Shades of Neon Blue #415DFE
Tints of Neon Blue #415DFE
RGB
CMYK
RGB Variations
Color information
#415DFE (or 0x415DFE) is known color: Neon Blue. HEX triplet: 41, 5D and FE. RGB value is (65,93,254). Sum of RGB (Red+Green+Blue) = 65+93+254=412 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.78% from 412); Green value is 93 (36.72% from 255 or 22.57% from 412); Blue value is 254 (99.61% from 255 or 61.65% from 412); Max value from RGB is 254 - color contains mainly: blue. Hex color #415DFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #415DFE is #BEA201. Grayscale: #666666. Windows color (decimal): -12493314 or 16670017. OLE color: 16670017.
HSL color Cylindrical-coordinate representation of color #415DFE: hue angle of 231.11º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #415DFE is Cyan = 0.74, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 65 | 93 | 254 | - |
| CMYK | 0.74 | 0.63 | 0 | 0.00 |
| HSL | 231.11º | 0.99% | 0.63% | - |
| HSV(B) | 231.11º | 0.74% | 1% | - |
| XYZ | 23.98 | 16.11 | 95.61 | - |
| YUV | 102.98 | 213.22 | 100.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 93 | 254 | 0.74 | 0.63 | 0 | 0.00 | 231.11 | 0.99 | 0.63 |
| Hex | 41 | 5D | FE | 4A | 3F | 0 | 0 | E7 | 63 | 3F |
| Octal | 101 | 135 | 376 | 112 | 77 | 0 | 0 | 347 | 143 | 77 |
| Binary | 1000001 | 1011101 | 11111110 | 1001010 | 111111 | 0 | 0 | 11100111 | 1100011 | 111111 |
Color Harmonies of #415DFE
Complementary color
Monochromatic Colors of #415DFE
Black with #415DFE
Text Example
Text Example
White with #415DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415DFE; }
p { color: rgb(65,93,254); }
H1.HeaderClassName
{
color: #415DFE;
}
.AnyTagClassName
{
color: #415DFE;
}
</style>
background-color css
<style>
a { background-color: #415DFE; }
a { background-color: rgb(65,93,254); }
div.DivClassName
{
background-color: #415DFE;
}
.BgClassName
{
background-color: #415DFE;
}
</style>
border-color css
<style>
span { border-color: #415DFE; }
span { border-color: rgb(65,93,254); }
td.TdClassName
{
border-color: #415DFE;
}
.TagClassName
{
border-color: #415DFE;
}
</style>