Shades of Neon Blue #4157FB
Tints of Neon Blue #4157FB
RGB
CMYK
RGB Variations
Color information
#4157FB (or 0x4157FB) is known color: Neon Blue. HEX triplet: 41, 57 and FB. RGB value is (65,87,251). Sum of RGB (Red+Green+Blue) = 65+87+251=403 (53% of max value = 765). Red value is 65 (25.78% from 255 or 16.13% from 403); Green value is 87 (34.38% from 255 or 21.59% from 403); Blue value is 251 (98.44% from 255 or 62.28% from 403); Max value from RGB is 251 - color contains mainly: blue. Hex color #4157FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4157FB is #BEA804. Grayscale: #626262. Windows color (decimal): -12494853 or 16471873. OLE color: 16471873.
HSL color Cylindrical-coordinate representation of color #4157FB: hue angle of 232.9º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4157FB is Cyan = 0.74, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 65 | 87 | 251 | - |
| CMYK | 0.74 | 0.65 | 0 | 0.02 |
| HSL | 232.9º | 0.96% | 0.62% | - |
| HSV(B) | 232.9º | 0.74% | 0.98% | - |
| XYZ | 23 | 14.91 | 92.93 | - |
| YUV | 99.12 | 213.71 | 103.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 87 | 251 | 0.74 | 0.65 | 0 | 0.02 | 232.9 | 0.96 | 0.62 |
| Hex | 41 | 57 | FB | 4A | 41 | 0 | 2 | E9 | 60 | 3E |
| Octal | 101 | 127 | 373 | 112 | 101 | 0 | 2 | 351 | 140 | 76 |
| Binary | 1000001 | 1010111 | 11111011 | 1001010 | 1000001 | 0 | 10 | 11101001 | 1100000 | 111110 |
Color Harmonies of #4157FB
Complementary color
Monochromatic Colors of #4157FB
Black with #4157FB
Text Example
Text Example
White with #4157FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4157FB; }
p { color: rgb(65,87,251); }
H1.HeaderClassName
{
color: #4157FB;
}
.AnyTagClassName
{
color: #4157FB;
}
</style>
background-color css
<style>
a { background-color: #4157FB; }
a { background-color: rgb(65,87,251); }
div.DivClassName
{
background-color: #4157FB;
}
.BgClassName
{
background-color: #4157FB;
}
</style>
border-color css
<style>
span { border-color: #4157FB; }
span { border-color: rgb(65,87,251); }
td.TdClassName
{
border-color: #4157FB;
}
.TagClassName
{
border-color: #4157FB;
}
</style>