Shades of Neon Blue #4136F1
Tints of Neon Blue #4136F1
RGB
CMYK
RGB Variations
Color information
#4136F1 (or 0x4136F1) is known color: Neon Blue. HEX triplet: 41, 36 and F1. RGB value is (65,54,241). Sum of RGB (Red+Green+Blue) = 65+54+241=360 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.06% from 360); Green value is 54 (21.48% from 255 or 15% from 360); Blue value is 241 (94.53% from 255 or 66.94% from 360); Max value from RGB is 241 - color contains mainly: blue. Hex color #4136F1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4136F1 is #BEC90E. Grayscale: #4D4D4D. Windows color (decimal): -12503311 or 15808065. OLE color: 15808065.
HSL color Cylindrical-coordinate representation of color #4136F1: hue angle of 243.53º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4136F1 is Cyan = 0.73, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 65 | 54 | 241 | - |
| CMYK | 0.73 | 0.78 | 0 | 0.05 |
| HSL | 243.53º | 0.87% | 0.58% | - |
| HSV(B) | 243.53º | 0.78% | 0.95% | - |
| XYZ | 19.38 | 10.11 | 84.15 | - |
| YUV | 78.61 | 219.64 | 118.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 54 | 241 | 0.73 | 0.78 | 0 | 0.05 | 243.53 | 0.87 | 0.58 |
| Hex | 41 | 36 | F1 | 49 | 4E | 0 | 5 | F4 | 57 | 3A |
| Octal | 101 | 66 | 361 | 111 | 116 | 0 | 5 | 364 | 127 | 72 |
| Binary | 1000001 | 110110 | 11110001 | 1001001 | 1001110 | 0 | 101 | 11110100 | 1010111 | 111010 |
Color Harmonies of #4136F1
Complementary color
Monochromatic Colors of #4136F1
Black with #4136F1
Text Example
Text Example
White with #4136F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4136F1; }
p { color: rgb(65,54,241); }
H1.HeaderClassName
{
color: #4136F1;
}
.AnyTagClassName
{
color: #4136F1;
}
</style>
background-color css
<style>
a { background-color: #4136F1; }
a { background-color: rgb(65,54,241); }
div.DivClassName
{
background-color: #4136F1;
}
.BgClassName
{
background-color: #4136F1;
}
</style>
border-color css
<style>
span { border-color: #4136F1; }
span { border-color: rgb(65,54,241); }
td.TdClassName
{
border-color: #4136F1;
}
.TagClassName
{
border-color: #4136F1;
}
</style>