Shades of Neon Blue #4838DF
Tints of Neon Blue #4838DF
RGB
CMYK
RGB Variations
Color information
#4838DF (or 0x4838DF) is known color: Neon Blue. HEX triplet: 48, 38 and DF. RGB value is (72,56,223). Sum of RGB (Red+Green+Blue) = 72+56+223=351 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.51% from 351); Green value is 56 (22.27% from 255 or 15.95% from 351); Blue value is 223 (87.5% from 255 or 63.53% from 351); Max value from RGB is 223 - color contains mainly: blue. Hex color #4838DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4838DF is #B7C720. Grayscale: #4F4F4F. Windows color (decimal): -12044065 or 14628936. OLE color: 14628936.
HSL color Cylindrical-coordinate representation of color #4838DF: hue angle of 245.75º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4838DF is Cyan = 0.68, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 56 | 223 | - |
| CMYK | 0.68 | 0.75 | 0 | 0.13 |
| HSL | 245.75º | 0.72% | 0.55% | - |
| HSV(B) | 245.75º | 0.75% | 0.87% | - |
| XYZ | 17.41 | 9.53 | 70.73 | - |
| YUV | 79.82 | 208.8 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 56 | 223 | 0.68 | 0.75 | 0 | 0.13 | 245.75 | 0.72 | 0.55 |
| Hex | 48 | 38 | DF | 44 | 4B | 0 | D | F6 | 48 | 37 |
| Octal | 110 | 70 | 337 | 104 | 113 | 0 | 15 | 366 | 110 | 67 |
| Binary | 1001000 | 111000 | 11011111 | 1000100 | 1001011 | 0 | 1101 | 11110110 | 1001000 | 110111 |
Color Harmonies of #4838DF
Complementary color
Monochromatic Colors of #4838DF
Black with #4838DF
Text Example
Text Example
White with #4838DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4838DF; }
p { color: rgb(72,56,223); }
H1.HeaderClassName
{
color: #4838DF;
}
.AnyTagClassName
{
color: #4838DF;
}
</style>
background-color css
<style>
a { background-color: #4838DF; }
a { background-color: rgb(72,56,223); }
div.DivClassName
{
background-color: #4838DF;
}
.BgClassName
{
background-color: #4838DF;
}
</style>
border-color css
<style>
span { border-color: #4838DF; }
span { border-color: rgb(72,56,223); }
td.TdClassName
{
border-color: #4838DF;
}
.TagClassName
{
border-color: #4838DF;
}
</style>