Shades of Neon Blue #415CFA
Tints of Neon Blue #415CFA
RGB
CMYK
RGB Variations
Color information
#415CFA (or 0x415CFA) is known color: Neon Blue. HEX triplet: 41, 5C and FA. RGB value is (65,92,250). Sum of RGB (Red+Green+Blue) = 65+92+250=407 (53% of max value = 765). Red value is 65 (25.78% from 255 or 15.97% from 407); Green value is 92 (36.33% from 255 or 22.60% from 407); Blue value is 250 (98.05% from 255 or 61.43% from 407); Max value from RGB is 250 - color contains mainly: blue. Hex color #415CFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #415CFA is #BEA305. Grayscale: #656565. Windows color (decimal): -12493574 or 16407617. OLE color: 16407617.
HSL color Cylindrical-coordinate representation of color #415CFA: hue angle of 231.24º degrees, saturation: 0.95, 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 #415CFA is Cyan = 0.74, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 65 | 92 | 250 | - |
| CMYK | 0.74 | 0.63 | 0 | 0.02 |
| HSL | 231.24º | 0.95% | 0.62% | - |
| HSV(B) | 231.24º | 0.74% | 0.98% | - |
| XYZ | 23.26 | 15.68 | 92.24 | - |
| YUV | 101.94 | 211.55 | 101.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 92 | 250 | 0.74 | 0.63 | 0 | 0.02 | 231.24 | 0.95 | 0.62 |
| Hex | 41 | 5C | FA | 4A | 3F | 0 | 2 | E7 | 5F | 3E |
| Octal | 101 | 134 | 372 | 112 | 77 | 0 | 2 | 347 | 137 | 76 |
| Binary | 1000001 | 1011100 | 11111010 | 1001010 | 111111 | 0 | 10 | 11100111 | 1011111 | 111110 |
Color Harmonies of #415CFA
Complementary color
Monochromatic Colors of #415CFA
Black with #415CFA
Text Example
Text Example
White with #415CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415CFA; }
p { color: rgb(65,92,250); }
H1.HeaderClassName
{
color: #415CFA;
}
.AnyTagClassName
{
color: #415CFA;
}
</style>
background-color css
<style>
a { background-color: #415CFA; }
a { background-color: rgb(65,92,250); }
div.DivClassName
{
background-color: #415CFA;
}
.BgClassName
{
background-color: #415CFA;
}
</style>
border-color css
<style>
span { border-color: #415CFA; }
span { border-color: rgb(65,92,250); }
td.TdClassName
{
border-color: #415CFA;
}
.TagClassName
{
border-color: #415CFA;
}
</style>