Shades of Neon Blue #4150FE
Tints of Neon Blue #4150FE
RGB
CMYK
RGB Variations
Color information
#4150FE (or 0x4150FE) is known color: Neon Blue. HEX triplet: 41, 50 and FE. RGB value is (65,80,254). Sum of RGB (Red+Green+Blue) = 65+80+254=399 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.29% from 399); Green value is 80 (31.64% from 255 or 20.05% from 399); Blue value is 254 (99.61% from 255 or 63.66% from 399); Max value from RGB is 254 - color contains mainly: blue. Hex color #4150FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4150FE is #BEAF01. Grayscale: #5E5E5E. Windows color (decimal): -12496642 or 16666689. OLE color: 16666689.
HSL color Cylindrical-coordinate representation of color #4150FE: hue angle of 235.24º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4150FE is Cyan = 0.74, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 65 | 80 | 254 | - |
| CMYK | 0.74 | 0.69 | 0 | 0.00 |
| HSL | 235.24º | 0.99% | 0.63% | - |
| HSV(B) | 235.24º | 0.74% | 1% | - |
| XYZ | 22.94 | 14.02 | 95.26 | - |
| YUV | 95.35 | 217.53 | 106.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 80 | 254 | 0.74 | 0.69 | 0 | 0.00 | 235.24 | 0.99 | 0.63 |
| Hex | 41 | 50 | FE | 4A | 45 | 0 | 0 | EB | 63 | 3F |
| Octal | 101 | 120 | 376 | 112 | 105 | 0 | 0 | 353 | 143 | 77 |
| Binary | 1000001 | 1010000 | 11111110 | 1001010 | 1000101 | 0 | 0 | 11101011 | 1100011 | 111111 |
Color Harmonies of #4150FE
Complementary color
Monochromatic Colors of #4150FE
Black with #4150FE
Text Example
Text Example
White with #4150FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4150FE; }
p { color: rgb(65,80,254); }
H1.HeaderClassName
{
color: #4150FE;
}
.AnyTagClassName
{
color: #4150FE;
}
</style>
background-color css
<style>
a { background-color: #4150FE; }
a { background-color: rgb(65,80,254); }
div.DivClassName
{
background-color: #4150FE;
}
.BgClassName
{
background-color: #4150FE;
}
</style>
border-color css
<style>
span { border-color: #4150FE; }
span { border-color: rgb(65,80,254); }
td.TdClassName
{
border-color: #4150FE;
}
.TagClassName
{
border-color: #4150FE;
}
</style>