Shades of Neon Blue #4741FA
Tints of Neon Blue #4741FA
RGB
CMYK
RGB Variations
Color information
#4741FA (or 0x4741FA) is known color: Neon Blue. HEX triplet: 47, 41 and FA. RGB value is (71,65,250). Sum of RGB (Red+Green+Blue) = 71+65+250=386 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.39% from 386); Green value is 65 (25.78% from 255 or 16.84% from 386); Blue value is 250 (98.05% from 255 or 64.77% from 386); Max value from RGB is 250 - color contains mainly: blue. Hex color #4741FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4741FA is #B8BE05. Grayscale: #575757. Windows color (decimal): -12107270 or 16400711. OLE color: 16400711.
HSL color Cylindrical-coordinate representation of color #4741FA: hue angle of 241.95º degrees, saturation: 0.95, 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 #4741FA is Cyan = 0.72, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 71 | 65 | 250 | - |
| CMYK | 0.72 | 0.74 | 0 | 0.02 |
| HSL | 241.95º | 0.95% | 0.62% | - |
| HSV(B) | 241.95º | 0.74% | 0.98% | - |
| XYZ | 21.74 | 12.02 | 91.62 | - |
| YUV | 87.88 | 219.49 | 115.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 65 | 250 | 0.72 | 0.74 | 0 | 0.02 | 241.95 | 0.95 | 0.62 |
| Hex | 47 | 41 | FA | 48 | 4A | 0 | 2 | F2 | 5F | 3E |
| Octal | 107 | 101 | 372 | 110 | 112 | 0 | 2 | 362 | 137 | 76 |
| Binary | 1000111 | 1000001 | 11111010 | 1001000 | 1001010 | 0 | 10 | 11110010 | 1011111 | 111110 |
Color Harmonies of #4741FA
Complementary color
Monochromatic Colors of #4741FA
Black with #4741FA
Text Example
Text Example
White with #4741FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4741FA; }
p { color: rgb(71,65,250); }
H1.HeaderClassName
{
color: #4741FA;
}
.AnyTagClassName
{
color: #4741FA;
}
</style>
background-color css
<style>
a { background-color: #4741FA; }
a { background-color: rgb(71,65,250); }
div.DivClassName
{
background-color: #4741FA;
}
.BgClassName
{
background-color: #4741FA;
}
</style>
border-color css
<style>
span { border-color: #4741FA; }
span { border-color: rgb(71,65,250); }
td.TdClassName
{
border-color: #4741FA;
}
.TagClassName
{
border-color: #4741FA;
}
</style>