Shades of Neon Blue #2143F9
Tints of Neon Blue #2143F9
RGB
CMYK
RGB Variations
Color information
#2143F9 (or 0x2143F9) is known color: Neon Blue. HEX triplet: 21, 43 and F9. RGB value is (33,67,249). Sum of RGB (Red+Green+Blue) = 33+67+249=349 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.46% from 349); Green value is 67 (26.56% from 255 or 19.20% from 349); Blue value is 249 (97.66% from 255 or 71.35% from 349); Max value from RGB is 249 - color contains mainly: blue. Hex color #2143F9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2143F9 is #DEBC06. Grayscale: #4C4C4C. Windows color (decimal): -14597127 or 16335649. OLE color: 16335649.
HSL color Cylindrical-coordinate representation of color #2143F9: hue angle of 230.56º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2143F9 is Cyan = 0.87, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 33 | 67 | 249 | - |
| CMYK | 0.87 | 0.73 | 0 | 0.02 |
| HSL | 230.56º | 0.95% | 0.55% | - |
| HSV(B) | 230.56º | 0.87% | 0.98% | - |
| XYZ | 19.73 | 11.18 | 90.74 | - |
| YUV | 77.58 | 224.74 | 96.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 67 | 249 | 0.87 | 0.73 | 0 | 0.02 | 230.56 | 0.95 | 0.55 |
| Hex | 21 | 43 | F9 | 57 | 49 | 0 | 2 | E7 | 5F | 37 |
| Octal | 41 | 103 | 371 | 127 | 111 | 0 | 2 | 347 | 137 | 67 |
| Binary | 100001 | 1000011 | 11111001 | 1010111 | 1001001 | 0 | 10 | 11100111 | 1011111 | 110111 |
Color Harmonies of #2143F9
Complementary color
Monochromatic Colors of #2143F9
Black with #2143F9
Text Example
Text Example
White with #2143F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2143F9; }
p { color: rgb(33,67,249); }
H1.HeaderClassName
{
color: #2143F9;
}
.AnyTagClassName
{
color: #2143F9;
}
</style>
background-color css
<style>
a { background-color: #2143F9; }
a { background-color: rgb(33,67,249); }
div.DivClassName
{
background-color: #2143F9;
}
.BgClassName
{
background-color: #2143F9;
}
</style>
border-color css
<style>
span { border-color: #2143F9; }
span { border-color: rgb(33,67,249); }
td.TdClassName
{
border-color: #2143F9;
}
.TagClassName
{
border-color: #2143F9;
}
</style>