Shades of Neon Blue #4131FE
Tints of Neon Blue #4131FE
RGB
CMYK
RGB Variations
Color information
#4131FE (or 0x4131FE) is known color: Neon Blue. HEX triplet: 41, 31 and FE. RGB value is (65,49,254). Sum of RGB (Red+Green+Blue) = 65+49+254=368 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.66% from 368); Green value is 49 (19.53% from 255 or 13.32% from 368); Blue value is 254 (99.61% from 255 or 69.02% from 368); Max value from RGB is 254 - color contains mainly: blue. Hex color #4131FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4131FE is #BECE01. Grayscale: #4C4C4C. Windows color (decimal): -12504578 or 16658753. OLE color: 16658753.
HSL color Cylindrical-coordinate representation of color #4131FE: hue angle of 244.68º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4131FE is Cyan = 0.74, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 65 | 49 | 254 | - |
| CMYK | 0.74 | 0.81 | 0 | 0.00 |
| HSL | 244.68º | 0.99% | 0.59% | - |
| HSV(B) | 244.68º | 0.81% | 1% | - |
| XYZ | 21.17 | 10.48 | 94.67 | - |
| YUV | 77.15 | 227.8 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 49 | 254 | 0.74 | 0.81 | 0 | 0.00 | 244.68 | 0.99 | 0.59 |
| Hex | 41 | 31 | FE | 4A | 51 | 0 | 0 | F5 | 63 | 3B |
| Octal | 101 | 61 | 376 | 112 | 121 | 0 | 0 | 365 | 143 | 73 |
| Binary | 1000001 | 110001 | 11111110 | 1001010 | 1010001 | 0 | 0 | 11110101 | 1100011 | 111011 |
Color Harmonies of #4131FE
Complementary color
Monochromatic Colors of #4131FE
Black with #4131FE
Text Example
Text Example
White with #4131FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4131FE; }
p { color: rgb(65,49,254); }
H1.HeaderClassName
{
color: #4131FE;
}
.AnyTagClassName
{
color: #4131FE;
}
</style>
background-color css
<style>
a { background-color: #4131FE; }
a { background-color: rgb(65,49,254); }
div.DivClassName
{
background-color: #4131FE;
}
.BgClassName
{
background-color: #4131FE;
}
</style>
border-color css
<style>
span { border-color: #4131FE; }
span { border-color: rgb(65,49,254); }
td.TdClassName
{
border-color: #4131FE;
}
.TagClassName
{
border-color: #4131FE;
}
</style>