Shades of Neon Blue #4447F1
Tints of Neon Blue #4447F1
RGB
CMYK
RGB Variations
Color information
#4447F1 (or 0x4447F1) is known color: Neon Blue. HEX triplet: 44, 47 and F1. RGB value is (68,71,241). Sum of RGB (Red+Green+Blue) = 68+71+241=380 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.89% from 380); Green value is 71 (28.12% from 255 or 18.68% from 380); Blue value is 241 (94.53% from 255 or 63.42% from 380); Max value from RGB is 241 - color contains mainly: blue. Hex color #4447F1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4447F1 is #BBB80E. Grayscale: #585858. Windows color (decimal): -12302351 or 15812420. OLE color: 15812420.
HSL color Cylindrical-coordinate representation of color #4447F1: hue angle of 238.96º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4447F1 is Cyan = 0.72, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 68 | 71 | 241 | - |
| CMYK | 0.72 | 0.71 | 0 | 0.05 |
| HSL | 238.96º | 0.86% | 0.61% | - |
| HSV(B) | 238.96º | 0.72% | 0.95% | - |
| XYZ | 20.51 | 12.09 | 84.47 | - |
| YUV | 89.48 | 213.51 | 112.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 71 | 241 | 0.72 | 0.71 | 0 | 0.05 | 238.96 | 0.86 | 0.61 |
| Hex | 44 | 47 | F1 | 48 | 47 | 0 | 5 | EF | 56 | 3D |
| Octal | 104 | 107 | 361 | 110 | 107 | 0 | 5 | 357 | 126 | 75 |
| Binary | 1000100 | 1000111 | 11110001 | 1001000 | 1000111 | 0 | 101 | 11101111 | 1010110 | 111101 |
Color Harmonies of #4447F1
Complementary color
Monochromatic Colors of #4447F1
Black with #4447F1
Text Example
Text Example
White with #4447F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4447F1; }
p { color: rgb(68,71,241); }
H1.HeaderClassName
{
color: #4447F1;
}
.AnyTagClassName
{
color: #4447F1;
}
</style>
background-color css
<style>
a { background-color: #4447F1; }
a { background-color: rgb(68,71,241); }
div.DivClassName
{
background-color: #4447F1;
}
.BgClassName
{
background-color: #4447F1;
}
</style>
border-color css
<style>
span { border-color: #4447F1; }
span { border-color: rgb(68,71,241); }
td.TdClassName
{
border-color: #4447F1;
}
.TagClassName
{
border-color: #4447F1;
}
</style>