Shades of Neon Blue #4741FB
Tints of Neon Blue #4741FB
RGB
CMYK
RGB Variations
Color information
#4741FB (or 0x4741FB) is known color: Neon Blue. HEX triplet: 47, 41 and FB. RGB value is (71,65,251). Sum of RGB (Red+Green+Blue) = 71+65+251=387 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.35% from 387); Green value is 65 (25.78% from 255 or 16.80% from 387); Blue value is 251 (98.44% from 255 or 64.86% from 387); Max value from RGB is 251 - color contains mainly: blue. Hex color #4741FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4741FB is #B8BE04. Grayscale: #575757. Windows color (decimal): -12107269 or 16466247. OLE color: 16466247.
HSL color Cylindrical-coordinate representation of color #4741FB: hue angle of 241.94º 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 #4741FB is Cyan = 0.72, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 71 | 65 | 251 | - |
| CMYK | 0.72 | 0.74 | 0 | 0.02 |
| HSL | 241.94º | 0.96% | 0.62% | - |
| HSV(B) | 241.94º | 0.74% | 0.98% | - |
| XYZ | 21.9 | 12.09 | 92.45 | - |
| YUV | 88 | 219.99 | 115.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 65 | 251 | 0.72 | 0.74 | 0 | 0.02 | 241.94 | 0.96 | 0.62 |
| Hex | 47 | 41 | FB | 48 | 4A | 0 | 2 | F2 | 60 | 3E |
| Octal | 107 | 101 | 373 | 110 | 112 | 0 | 2 | 362 | 140 | 76 |
| Binary | 1000111 | 1000001 | 11111011 | 1001000 | 1001010 | 0 | 10 | 11110010 | 1100000 | 111110 |
Color Harmonies of #4741FB
Complementary color
Monochromatic Colors of #4741FB
Black with #4741FB
Text Example
Text Example
White with #4741FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4741FB; }
p { color: rgb(71,65,251); }
H1.HeaderClassName
{
color: #4741FB;
}
.AnyTagClassName
{
color: #4741FB;
}
</style>
background-color css
<style>
a { background-color: #4741FB; }
a { background-color: rgb(71,65,251); }
div.DivClassName
{
background-color: #4741FB;
}
.BgClassName
{
background-color: #4741FB;
}
</style>
border-color css
<style>
span { border-color: #4741FB; }
span { border-color: rgb(71,65,251); }
td.TdClassName
{
border-color: #4741FB;
}
.TagClassName
{
border-color: #4741FB;
}
</style>