Shades of Neon Blue #415CFD
Tints of Neon Blue #415CFD
RGB
CMYK
RGB Variations
Color information
#415CFD (or 0x415CFD) is known color: Neon Blue. HEX triplet: 41, 5C and FD. RGB value is (65,92,253). Sum of RGB (Red+Green+Blue) = 65+92+253=410 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.85% from 410); Green value is 92 (36.33% from 255 or 22.44% from 410); Blue value is 253 (99.22% from 255 or 61.71% from 410); Max value from RGB is 253 - color contains mainly: blue. Hex color #415CFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #415CFD is #BEA302. Grayscale: #656565. Windows color (decimal): -12493571 or 16604225. OLE color: 16604225.
HSL color Cylindrical-coordinate representation of color #415CFD: hue angle of 231.38º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #415CFD is Cyan = 0.74, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 65 | 92 | 253 | - |
| CMYK | 0.74 | 0.64 | 0 | 0.01 |
| HSL | 231.38º | 0.98% | 0.62% | - |
| HSV(B) | 231.38º | 0.74% | 0.99% | - |
| XYZ | 23.74 | 15.87 | 94.74 | - |
| YUV | 102.28 | 213.05 | 101.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 92 | 253 | 0.74 | 0.64 | 0 | 0.01 | 231.38 | 0.98 | 0.62 |
| Hex | 41 | 5C | FD | 4A | 40 | 0 | 1 | E7 | 62 | 3E |
| Octal | 101 | 134 | 375 | 112 | 100 | 0 | 1 | 347 | 142 | 76 |
| Binary | 1000001 | 1011100 | 11111101 | 1001010 | 1000000 | 0 | 1 | 11100111 | 1100010 | 111110 |
Color Harmonies of #415CFD
Complementary color
Monochromatic Colors of #415CFD
Black with #415CFD
Text Example
Text Example
White with #415CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415CFD; }
p { color: rgb(65,92,253); }
H1.HeaderClassName
{
color: #415CFD;
}
.AnyTagClassName
{
color: #415CFD;
}
</style>
background-color css
<style>
a { background-color: #415CFD; }
a { background-color: rgb(65,92,253); }
div.DivClassName
{
background-color: #415CFD;
}
.BgClassName
{
background-color: #415CFD;
}
</style>
border-color css
<style>
span { border-color: #415CFD; }
span { border-color: rgb(65,92,253); }
td.TdClassName
{
border-color: #415CFD;
}
.TagClassName
{
border-color: #415CFD;
}
</style>