Shades of Neon Blue #415EFB
Tints of Neon Blue #415EFB
RGB
CMYK
RGB Variations
Color information
#415EFB (or 0x415EFB) is known color: Neon Blue. HEX triplet: 41, 5E and FB. RGB value is (65,94,251). Sum of RGB (Red+Green+Blue) = 65+94+251=410 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.85% from 410); Green value is 94 (37.11% from 255 or 22.93% from 410); Blue value is 251 (98.44% from 255 or 61.22% from 410); Max value from RGB is 251 - color contains mainly: blue. Hex color #415EFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #415EFB is #BEA104. Grayscale: #666666. Windows color (decimal): -12493061 or 16473665. OLE color: 16473665.
HSL color Cylindrical-coordinate representation of color #415EFB: hue angle of 230.65º 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 #415EFB is Cyan = 0.74, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 65 | 94 | 251 | - |
| CMYK | 0.74 | 0.63 | 0 | 0.02 |
| HSL | 230.65º | 0.96% | 0.62% | - |
| HSV(B) | 230.65º | 0.74% | 0.98% | - |
| XYZ | 23.6 | 16.09 | 93.13 | - |
| YUV | 103.23 | 211.39 | 100.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 94 | 251 | 0.74 | 0.63 | 0 | 0.02 | 230.65 | 0.96 | 0.62 |
| Hex | 41 | 5E | FB | 4A | 3F | 0 | 2 | E7 | 60 | 3E |
| Octal | 101 | 136 | 373 | 112 | 77 | 0 | 2 | 347 | 140 | 76 |
| Binary | 1000001 | 1011110 | 11111011 | 1001010 | 111111 | 0 | 10 | 11100111 | 1100000 | 111110 |
Color Harmonies of #415EFB
Complementary color
Monochromatic Colors of #415EFB
Black with #415EFB
Text Example
Text Example
White with #415EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415EFB; }
p { color: rgb(65,94,251); }
H1.HeaderClassName
{
color: #415EFB;
}
.AnyTagClassName
{
color: #415EFB;
}
</style>
background-color css
<style>
a { background-color: #415EFB; }
a { background-color: rgb(65,94,251); }
div.DivClassName
{
background-color: #415EFB;
}
.BgClassName
{
background-color: #415EFB;
}
</style>
border-color css
<style>
span { border-color: #415EFB; }
span { border-color: rgb(65,94,251); }
td.TdClassName
{
border-color: #415EFB;
}
.TagClassName
{
border-color: #415EFB;
}
</style>