Shades of Neon Blue #2247FB
Tints of Neon Blue #2247FB
RGB
CMYK
RGB Variations
Color information
#2247FB (or 0x2247FB) is known color: Neon Blue. HEX triplet: 22, 47 and FB. RGB value is (34,71,251). Sum of RGB (Red+Green+Blue) = 34+71+251=356 (47% of max value = 765). Red value is 34 (13.67% from 255 or 9.55% from 356); Green value is 71 (28.12% from 255 or 19.94% from 356); Blue value is 251 (98.44% from 255 or 70.51% from 356); Max value from RGB is 251 - color contains mainly: blue. Hex color #2247FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2247FB is #DDB804. Grayscale: #4F4F4F. Windows color (decimal): -14530565 or 16467746. OLE color: 16467746.
HSL color Cylindrical-coordinate representation of color #2247FB: hue angle of 229.77º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2247FB is Cyan = 0.86, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 34 | 71 | 251 | - |
| CMYK | 0.86 | 0.72 | 0 | 0.02 |
| HSL | 229.77º | 0.96% | 0.56% | - |
| HSV(B) | 229.77º | 0.86% | 0.98% | - |
| XYZ | 20.33 | 11.81 | 92.48 | - |
| YUV | 80.46 | 224.24 | 94.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 71 | 251 | 0.86 | 0.72 | 0 | 0.02 | 229.77 | 0.96 | 0.56 |
| Hex | 22 | 47 | FB | 56 | 48 | 0 | 2 | E6 | 60 | 38 |
| Octal | 42 | 107 | 373 | 126 | 110 | 0 | 2 | 346 | 140 | 70 |
| Binary | 100010 | 1000111 | 11111011 | 1010110 | 1001000 | 0 | 10 | 11100110 | 1100000 | 111000 |
Color Harmonies of #2247FB
Complementary color
Monochromatic Colors of #2247FB
Black with #2247FB
Text Example
Text Example
White with #2247FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2247FB; }
p { color: rgb(34,71,251); }
H1.HeaderClassName
{
color: #2247FB;
}
.AnyTagClassName
{
color: #2247FB;
}
</style>
background-color css
<style>
a { background-color: #2247FB; }
a { background-color: rgb(34,71,251); }
div.DivClassName
{
background-color: #2247FB;
}
.BgClassName
{
background-color: #2247FB;
}
</style>
border-color css
<style>
span { border-color: #2247FB; }
span { border-color: rgb(34,71,251); }
td.TdClassName
{
border-color: #2247FB;
}
.TagClassName
{
border-color: #2247FB;
}
</style>