Shades of Neon Blue #4138FF
Tints of Neon Blue #4138FF
RGB
CMYK
RGB Variations
Color information
#4138FF (or 0x4138FF) is known color: Neon Blue. HEX triplet: 41, 38 and FF. RGB value is (65,56,255). Sum of RGB (Red+Green+Blue) = 65+56+255=376 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.29% from 376); Green value is 56 (22.27% from 255 or 14.89% from 376); Blue value is 255 (100% from 255 or 67.82% from 376); Max value from RGB is 255 - color contains mainly: blue. Hex color #4138FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4138FF is #BEC700. Grayscale: #505050. Windows color (decimal): -12502785 or 16726081. OLE color: 16726081.
HSL color Cylindrical-coordinate representation of color #4138FF: hue angle of 242.71º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4138FF is Cyan = 0.75, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 65 | 56 | 255 | - |
| CMYK | 0.75 | 0.78 | 0 | 0 |
| HSL | 242.71º | 1% | 0.61% | - |
| HSV(B) | 242.71º | 0.78% | 1% | - |
| XYZ | 21.64 | 11.17 | 95.62 | - |
| YUV | 81.38 | 225.98 | 116.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 56 | 255 | 0.75 | 0.78 | 0 | 0 | 242.71 | 1 | 0.61 |
| Hex | 41 | 38 | FF | 4B | 4E | 0 | 0 | F3 | 64 | 3D |
| Octal | 101 | 70 | 377 | 113 | 116 | 0 | 0 | 363 | 144 | 75 |
| Binary | 1000001 | 111000 | 11111111 | 1001011 | 1001110 | 0 | 0 | 11110011 | 1100100 | 111101 |
Color Harmonies of #4138FF
Complementary color
Monochromatic Colors of #4138FF
Black with #4138FF
Text Example
Text Example
White with #4138FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4138FF; }
p { color: rgb(65,56,255); }
H1.HeaderClassName
{
color: #4138FF;
}
.AnyTagClassName
{
color: #4138FF;
}
</style>
background-color css
<style>
a { background-color: #4138FF; }
a { background-color: rgb(65,56,255); }
div.DivClassName
{
background-color: #4138FF;
}
.BgClassName
{
background-color: #4138FF;
}
</style>
border-color css
<style>
span { border-color: #4138FF; }
span { border-color: rgb(65,56,255); }
td.TdClassName
{
border-color: #4138FF;
}
.TagClassName
{
border-color: #4138FF;
}
</style>