Shades of Neon Blue #4A48DF
Tints of Neon Blue #4A48DF
RGB
CMYK
RGB Variations
Color information
#4A48DF (or 0x4A48DF) is known color: Neon Blue. HEX triplet: 4A, 48 and DF. RGB value is (74,72,223). Sum of RGB (Red+Green+Blue) = 74+72+223=369 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.05% from 369); Green value is 72 (28.52% from 255 or 19.51% from 369); Blue value is 223 (87.5% from 255 or 60.43% from 369); Max value from RGB is 223 - color contains mainly: blue. Hex color #4A48DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A48DF is #B5B720. Grayscale: #595959. Windows color (decimal): -11908897 or 14633034. OLE color: 14633034.
HSL color Cylindrical-coordinate representation of color #4A48DF: hue angle of 240.79º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4A48DF is Cyan = 0.67, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 72 | 223 | - |
| CMYK | 0.67 | 0.68 | 0 | 0.13 |
| HSL | 240.79º | 0.7% | 0.58% | - |
| HSV(B) | 240.79º | 0.68% | 0.87% | - |
| XYZ | 18.46 | 11.42 | 71.04 | - |
| YUV | 89.81 | 203.16 | 116.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 72 | 223 | 0.67 | 0.68 | 0 | 0.13 | 240.79 | 0.7 | 0.58 |
| Hex | 4A | 48 | DF | 43 | 44 | 0 | D | F1 | 46 | 3A |
| Octal | 112 | 110 | 337 | 103 | 104 | 0 | 15 | 361 | 106 | 72 |
| Binary | 1001010 | 1001000 | 11011111 | 1000011 | 1000100 | 0 | 1101 | 11110001 | 1000110 | 111010 |
Color Harmonies of #4A48DF
Complementary color
Monochromatic Colors of #4A48DF
Black with #4A48DF
Text Example
Text Example
White with #4A48DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A48DF; }
p { color: rgb(74,72,223); }
H1.HeaderClassName
{
color: #4A48DF;
}
.AnyTagClassName
{
color: #4A48DF;
}
</style>
background-color css
<style>
a { background-color: #4A48DF; }
a { background-color: rgb(74,72,223); }
div.DivClassName
{
background-color: #4A48DF;
}
.BgClassName
{
background-color: #4A48DF;
}
</style>
border-color css
<style>
span { border-color: #4A48DF; }
span { border-color: rgb(74,72,223); }
td.TdClassName
{
border-color: #4A48DF;
}
.TagClassName
{
border-color: #4A48DF;
}
</style>