Shades of Neon Blue #415AFC
Tints of Neon Blue #415AFC
RGB
CMYK
RGB Variations
Color information
#415AFC (or 0x415AFC) is known color: Neon Blue. HEX triplet: 41, 5A and FC. RGB value is (65,90,252). Sum of RGB (Red+Green+Blue) = 65+90+252=407 (53% of max value = 765). Red value is 65 (25.78% from 255 or 15.97% from 407); Green value is 90 (35.55% from 255 or 22.11% from 407); Blue value is 252 (98.83% from 255 or 61.92% from 407); Max value from RGB is 252 - color contains mainly: blue. Hex color #415AFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #415AFC is #BEA503. Grayscale: #646464. Windows color (decimal): -12494084 or 16538177. OLE color: 16538177.
HSL color Cylindrical-coordinate representation of color #415AFC: hue angle of 231.98º degrees, saturation: 0.97, 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 #415AFC is Cyan = 0.74, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 65 | 90 | 252 | - |
| CMYK | 0.74 | 0.64 | 0 | 0.01 |
| HSL | 231.98º | 0.97% | 0.62% | - |
| HSV(B) | 231.98º | 0.74% | 0.99% | - |
| XYZ | 23.41 | 15.46 | 93.85 | - |
| YUV | 100.99 | 213.22 | 102.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 90 | 252 | 0.74 | 0.64 | 0 | 0.01 | 231.98 | 0.97 | 0.62 |
| Hex | 41 | 5A | FC | 4A | 40 | 0 | 1 | E8 | 61 | 3E |
| Octal | 101 | 132 | 374 | 112 | 100 | 0 | 1 | 350 | 141 | 76 |
| Binary | 1000001 | 1011010 | 11111100 | 1001010 | 1000000 | 0 | 1 | 11101000 | 1100001 | 111110 |
Color Harmonies of #415AFC
Complementary color
Monochromatic Colors of #415AFC
Black with #415AFC
Text Example
Text Example
White with #415AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415AFC; }
p { color: rgb(65,90,252); }
H1.HeaderClassName
{
color: #415AFC;
}
.AnyTagClassName
{
color: #415AFC;
}
</style>
background-color css
<style>
a { background-color: #415AFC; }
a { background-color: rgb(65,90,252); }
div.DivClassName
{
background-color: #415AFC;
}
.BgClassName
{
background-color: #415AFC;
}
</style>
border-color css
<style>
span { border-color: #415AFC; }
span { border-color: rgb(65,90,252); }
td.TdClassName
{
border-color: #415AFC;
}
.TagClassName
{
border-color: #415AFC;
}
</style>