Shades of Neon Blue #2447FB
Tints of Neon Blue #2447FB
RGB
CMYK
RGB Variations
Color information
#2447FB (or 0x2447FB) is known color: Neon Blue. HEX triplet: 24, 47 and FB. RGB value is (36,71,251). Sum of RGB (Red+Green+Blue) = 36+71+251=358 (47% of max value = 765). Red value is 36 (14.45% from 255 or 10.06% from 358); Green value is 71 (28.12% from 255 or 19.83% from 358); Blue value is 251 (98.44% from 255 or 70.11% from 358); Max value from RGB is 251 - color contains mainly: blue. Hex color #2447FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2447FB is #DBB804. Grayscale: #505050. Windows color (decimal): -14399493 or 16467748. OLE color: 16467748.
HSL color Cylindrical-coordinate representation of color #2447FB: hue angle of 230.23º 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 #2447FB is Cyan = 0.86, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 36 | 71 | 251 | - |
| CMYK | 0.86 | 0.72 | 0 | 0.02 |
| HSL | 230.23º | 0.96% | 0.56% | - |
| HSV(B) | 230.23º | 0.86% | 0.98% | - |
| XYZ | 20.39 | 11.85 | 92.48 | - |
| YUV | 81.06 | 223.9 | 95.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 71 | 251 | 0.86 | 0.72 | 0 | 0.02 | 230.23 | 0.96 | 0.56 |
| Hex | 24 | 47 | FB | 56 | 48 | 0 | 2 | E6 | 60 | 38 |
| Octal | 44 | 107 | 373 | 126 | 110 | 0 | 2 | 346 | 140 | 70 |
| Binary | 100100 | 1000111 | 11111011 | 1010110 | 1001000 | 0 | 10 | 11100110 | 1100000 | 111000 |
Color Harmonies of #2447FB
Complementary color
Monochromatic Colors of #2447FB
Black with #2447FB
Text Example
Text Example
White with #2447FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2447FB; }
p { color: rgb(36,71,251); }
H1.HeaderClassName
{
color: #2447FB;
}
.AnyTagClassName
{
color: #2447FB;
}
</style>
background-color css
<style>
a { background-color: #2447FB; }
a { background-color: rgb(36,71,251); }
div.DivClassName
{
background-color: #2447FB;
}
.BgClassName
{
background-color: #2447FB;
}
</style>
border-color css
<style>
span { border-color: #2447FB; }
span { border-color: rgb(36,71,251); }
td.TdClassName
{
border-color: #2447FB;
}
.TagClassName
{
border-color: #2447FB;
}
</style>