Shades of Neon Blue #4138FB
Tints of Neon Blue #4138FB
RGB
CMYK
RGB Variations
Color information
#4138FB (or 0x4138FB) is known color: Neon Blue. HEX triplet: 41, 38 and FB. RGB value is (65,56,251). Sum of RGB (Red+Green+Blue) = 65+56+251=372 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.47% from 372); Green value is 56 (22.27% from 255 or 15.05% from 372); Blue value is 251 (98.44% from 255 or 67.47% from 372); Max value from RGB is 251 - color contains mainly: blue. Hex color #4138FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4138FB is #BEC704. Grayscale: #505050. Windows color (decimal): -12502789 or 16463937. OLE color: 16463937.
HSL color Cylindrical-coordinate representation of color #4138FB: hue angle of 242.77º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4138FB is Cyan = 0.74, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 65 | 56 | 251 | - |
| CMYK | 0.74 | 0.78 | 0 | 0.02 |
| HSL | 242.77º | 0.96% | 0.6% | - |
| HSV(B) | 242.77º | 0.78% | 0.98% | - |
| XYZ | 21.01 | 10.92 | 92.27 | - |
| YUV | 80.92 | 223.98 | 116.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 56 | 251 | 0.74 | 0.78 | 0 | 0.02 | 242.77 | 0.96 | 0.6 |
| Hex | 41 | 38 | FB | 4A | 4E | 0 | 2 | F3 | 60 | 3C |
| Octal | 101 | 70 | 373 | 112 | 116 | 0 | 2 | 363 | 140 | 74 |
| Binary | 1000001 | 111000 | 11111011 | 1001010 | 1001110 | 0 | 10 | 11110011 | 1100000 | 111100 |
Color Harmonies of #4138FB
Complementary color
Monochromatic Colors of #4138FB
Black with #4138FB
Text Example
Text Example
White with #4138FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4138FB; }
p { color: rgb(65,56,251); }
H1.HeaderClassName
{
color: #4138FB;
}
.AnyTagClassName
{
color: #4138FB;
}
</style>
background-color css
<style>
a { background-color: #4138FB; }
a { background-color: rgb(65,56,251); }
div.DivClassName
{
background-color: #4138FB;
}
.BgClassName
{
background-color: #4138FB;
}
</style>
border-color css
<style>
span { border-color: #4138FB; }
span { border-color: rgb(65,56,251); }
td.TdClassName
{
border-color: #4138FB;
}
.TagClassName
{
border-color: #4138FB;
}
</style>