Shades of Neon Blue #384AEC
Tints of Neon Blue #384AEC
RGB
CMYK
RGB Variations
Color information
#384AEC (or 0x384AEC) is known color: Neon Blue. HEX triplet: 38, 4A and EC. RGB value is (56,74,236). Sum of RGB (Red+Green+Blue) = 56+74+236=366 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.30% from 366); Green value is 74 (29.30% from 255 or 20.22% from 366); Blue value is 236 (92.58% from 255 or 64.48% from 366); Max value from RGB is 236 - color contains mainly: blue. Hex color #384AEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #384AEC is #C7B513. Grayscale: #565656. Windows color (decimal): -13088020 or 15485496. OLE color: 15485496.
HSL color Cylindrical-coordinate representation of color #384AEC: hue angle of 234º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #384AEC is Cyan = 0.76, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 56 | 74 | 236 | - |
| CMYK | 0.76 | 0.69 | 0 | 0.07 |
| HSL | 234º | 0.83% | 0.57% | - |
| HSV(B) | 234º | 0.76% | 0.93% | - |
| XYZ | 19.22 | 11.79 | 80.62 | - |
| YUV | 87.09 | 212.04 | 105.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 74 | 236 | 0.76 | 0.69 | 0 | 0.07 | 234 | 0.83 | 0.57 |
| Hex | 38 | 4A | EC | 4C | 45 | 0 | 7 | EA | 53 | 39 |
| Octal | 70 | 112 | 354 | 114 | 105 | 0 | 7 | 352 | 123 | 71 |
| Binary | 111000 | 1001010 | 11101100 | 1001100 | 1000101 | 0 | 111 | 11101010 | 1010011 | 111001 |
Color Harmonies of #384AEC
Complementary color
Monochromatic Colors of #384AEC
Black with #384AEC
Text Example
Text Example
White with #384AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384AEC; }
p { color: rgb(56,74,236); }
H1.HeaderClassName
{
color: #384AEC;
}
.AnyTagClassName
{
color: #384AEC;
}
</style>
background-color css
<style>
a { background-color: #384AEC; }
a { background-color: rgb(56,74,236); }
div.DivClassName
{
background-color: #384AEC;
}
.BgClassName
{
background-color: #384AEC;
}
</style>
border-color css
<style>
span { border-color: #384AEC; }
span { border-color: rgb(56,74,236); }
td.TdClassName
{
border-color: #384AEC;
}
.TagClassName
{
border-color: #384AEC;
}
</style>