Shades of Neon Blue #2141F1
Tints of Neon Blue #2141F1
RGB
CMYK
RGB Variations
Color information
#2141F1 (or 0x2141F1) is known color: Neon Blue. HEX triplet: 21, 41 and F1. RGB value is (33,65,241). Sum of RGB (Red+Green+Blue) = 33+65+241=339 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.73% from 339); Green value is 65 (25.78% from 255 or 19.17% from 339); Blue value is 241 (94.53% from 255 or 71.09% from 339); Max value from RGB is 241 - color contains mainly: blue. Hex color #2141F1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2141F1 is #DEBE0E. Grayscale: #4A4A4A. Windows color (decimal): -14597647 or 15810849. OLE color: 15810849.
HSL color Cylindrical-coordinate representation of color #2141F1: hue angle of 230.77º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2141F1 is Cyan = 0.86, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 33 | 65 | 241 | - |
| CMYK | 0.86 | 0.73 | 0 | 0.05 |
| HSL | 230.77º | 0.88% | 0.54% | - |
| HSV(B) | 230.77º | 0.86% | 0.95% | - |
| XYZ | 18.39 | 10.45 | 84.27 | - |
| YUV | 75.5 | 221.4 | 97.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 65 | 241 | 0.86 | 0.73 | 0 | 0.05 | 230.77 | 0.88 | 0.54 |
| Hex | 21 | 41 | F1 | 56 | 49 | 0 | 5 | E7 | 58 | 36 |
| Octal | 41 | 101 | 361 | 126 | 111 | 0 | 5 | 347 | 130 | 66 |
| Binary | 100001 | 1000001 | 11110001 | 1010110 | 1001001 | 0 | 101 | 11100111 | 1011000 | 110110 |
Color Harmonies of #2141F1
Complementary color
Monochromatic Colors of #2141F1
Black with #2141F1
Text Example
Text Example
White with #2141F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2141F1; }
p { color: rgb(33,65,241); }
H1.HeaderClassName
{
color: #2141F1;
}
.AnyTagClassName
{
color: #2141F1;
}
</style>
background-color css
<style>
a { background-color: #2141F1; }
a { background-color: rgb(33,65,241); }
div.DivClassName
{
background-color: #2141F1;
}
.BgClassName
{
background-color: #2141F1;
}
</style>
border-color css
<style>
span { border-color: #2141F1; }
span { border-color: rgb(33,65,241); }
td.TdClassName
{
border-color: #2141F1;
}
.TagClassName
{
border-color: #2141F1;
}
</style>