Shades of Neon Blue #4A44E8
Tints of Neon Blue #4A44E8
RGB
CMYK
RGB Variations
Color information
#4A44E8 (or 0x4A44E8) is known color: Neon Blue. HEX triplet: 4A, 44 and E8. RGB value is (74,68,232). Sum of RGB (Red+Green+Blue) = 74+68+232=374 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.79% from 374); Green value is 68 (26.95% from 255 or 18.18% from 374); Blue value is 232 (91.02% from 255 or 62.03% from 374); Max value from RGB is 232 - color contains mainly: blue. Hex color #4A44E8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4A44E8 is #B5BB17. Grayscale: #575757. Windows color (decimal): -11909912 or 15221834. OLE color: 15221834.
HSL color Cylindrical-coordinate representation of color #4A44E8: hue angle of 242.2º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4A44E8 is Cyan = 0.68, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 74 | 68 | 232 | - |
| CMYK | 0.68 | 0.71 | 0 | 0.09 |
| HSL | 242.2º | 0.78% | 0.59% | - |
| HSV(B) | 242.2º | 0.71% | 0.91% | - |
| XYZ | 19.46 | 11.42 | 77.52 | - |
| YUV | 88.49 | 208.99 | 117.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 68 | 232 | 0.68 | 0.71 | 0 | 0.09 | 242.2 | 0.78 | 0.59 |
| Hex | 4A | 44 | E8 | 44 | 47 | 0 | 9 | F2 | 4E | 3B |
| Octal | 112 | 104 | 350 | 104 | 107 | 0 | 11 | 362 | 116 | 73 |
| Binary | 1001010 | 1000100 | 11101000 | 1000100 | 1000111 | 0 | 1001 | 11110010 | 1001110 | 111011 |
Color Harmonies of #4A44E8
Complementary color
Monochromatic Colors of #4A44E8
Black with #4A44E8
Text Example
Text Example
White with #4A44E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A44E8; }
p { color: rgb(74,68,232); }
H1.HeaderClassName
{
color: #4A44E8;
}
.AnyTagClassName
{
color: #4A44E8;
}
</style>
background-color css
<style>
a { background-color: #4A44E8; }
a { background-color: rgb(74,68,232); }
div.DivClassName
{
background-color: #4A44E8;
}
.BgClassName
{
background-color: #4A44E8;
}
</style>
border-color css
<style>
span { border-color: #4A44E8; }
span { border-color: rgb(74,68,232); }
td.TdClassName
{
border-color: #4A44E8;
}
.TagClassName
{
border-color: #4A44E8;
}
</style>