Shades of Neon Blue #2441FC
Tints of Neon Blue #2441FC
RGB
CMYK
RGB Variations
Color information
#2441FC (or 0x2441FC) is known color: Neon Blue. HEX triplet: 24, 41 and FC. RGB value is (36,65,252). Sum of RGB (Red+Green+Blue) = 36+65+252=353 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.20% from 353); Green value is 65 (25.78% from 255 or 18.41% from 353); Blue value is 252 (98.83% from 255 or 71.39% from 353); Max value from RGB is 252 - color contains mainly: blue. Hex color #2441FC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2441FC is #DBBE03. Grayscale: #4C4C4C. Windows color (decimal): -14401028 or 16531748. OLE color: 16531748.
HSL color Cylindrical-coordinate representation of color #2441FC: hue angle of 231.94º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2441FC is Cyan = 0.86, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 36 | 65 | 252 | - |
| CMYK | 0.86 | 0.74 | 0 | 0.01 |
| HSL | 231.94º | 0.97% | 0.56% | - |
| HSV(B) | 231.94º | 0.86% | 0.99% | - |
| XYZ | 20.19 | 11.18 | 93.19 | - |
| YUV | 77.65 | 226.39 | 98.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 65 | 252 | 0.86 | 0.74 | 0 | 0.01 | 231.94 | 0.97 | 0.56 |
| Hex | 24 | 41 | FC | 56 | 4A | 0 | 1 | E8 | 61 | 38 |
| Octal | 44 | 101 | 374 | 126 | 112 | 0 | 1 | 350 | 141 | 70 |
| Binary | 100100 | 1000001 | 11111100 | 1010110 | 1001010 | 0 | 1 | 11101000 | 1100001 | 111000 |
Color Harmonies of #2441FC
Complementary color
Monochromatic Colors of #2441FC
Black with #2441FC
Text Example
Text Example
White with #2441FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2441FC; }
p { color: rgb(36,65,252); }
H1.HeaderClassName
{
color: #2441FC;
}
.AnyTagClassName
{
color: #2441FC;
}
</style>
background-color css
<style>
a { background-color: #2441FC; }
a { background-color: rgb(36,65,252); }
div.DivClassName
{
background-color: #2441FC;
}
.BgClassName
{
background-color: #2441FC;
}
</style>
border-color css
<style>
span { border-color: #2441FC; }
span { border-color: rgb(36,65,252); }
td.TdClassName
{
border-color: #2441FC;
}
.TagClassName
{
border-color: #2441FC;
}
</style>