Shades of Neon Blue #415DFB
Tints of Neon Blue #415DFB
RGB
CMYK
RGB Variations
Color information
#415DFB (or 0x415DFB) is known color: Neon Blue. HEX triplet: 41, 5D and FB. RGB value is (65,93,251). Sum of RGB (Red+Green+Blue) = 65+93+251=409 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.89% from 409); Green value is 93 (36.72% from 255 or 22.74% from 409); Blue value is 251 (98.44% from 255 or 61.37% from 409); Max value from RGB is 251 - color contains mainly: blue. Hex color #415DFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #415DFB is #BEA204. Grayscale: #656565. Windows color (decimal): -12493317 or 16473409. OLE color: 16473409.
HSL color Cylindrical-coordinate representation of color #415DFB: hue angle of 230.97º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #415DFB is Cyan = 0.74, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 65 | 93 | 251 | - |
| CMYK | 0.74 | 0.63 | 0 | 0.02 |
| HSL | 230.97º | 0.96% | 0.62% | - |
| HSV(B) | 230.97º | 0.74% | 0.98% | - |
| XYZ | 23.51 | 15.92 | 93.1 | - |
| YUV | 102.64 | 211.72 | 101.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 93 | 251 | 0.74 | 0.63 | 0 | 0.02 | 230.97 | 0.96 | 0.62 |
| Hex | 41 | 5D | FB | 4A | 3F | 0 | 2 | E7 | 60 | 3E |
| Octal | 101 | 135 | 373 | 112 | 77 | 0 | 2 | 347 | 140 | 76 |
| Binary | 1000001 | 1011101 | 11111011 | 1001010 | 111111 | 0 | 10 | 11100111 | 1100000 | 111110 |
Color Harmonies of #415DFB
Complementary color
Monochromatic Colors of #415DFB
Black with #415DFB
Text Example
Text Example
White with #415DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415DFB; }
p { color: rgb(65,93,251); }
H1.HeaderClassName
{
color: #415DFB;
}
.AnyTagClassName
{
color: #415DFB;
}
</style>
background-color css
<style>
a { background-color: #415DFB; }
a { background-color: rgb(65,93,251); }
div.DivClassName
{
background-color: #415DFB;
}
.BgClassName
{
background-color: #415DFB;
}
</style>
border-color css
<style>
span { border-color: #415DFB; }
span { border-color: rgb(65,93,251); }
td.TdClassName
{
border-color: #415DFB;
}
.TagClassName
{
border-color: #415DFB;
}
</style>