Shades of Neon Blue #384EFA
Tints of Neon Blue #384EFA
RGB
CMYK
RGB Variations
Color information
#384EFA (or 0x384EFA) is known color: Neon Blue. HEX triplet: 38, 4E and FA. RGB value is (56,78,250). Sum of RGB (Red+Green+Blue) = 56+78+250=384 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.58% from 384); Green value is 78 (30.86% from 255 or 20.31% from 384); Blue value is 250 (98.05% from 255 or 65.10% from 384); Max value from RGB is 250 - color contains mainly: blue. Hex color #384EFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #384EFA is #C7B105. Grayscale: #5A5A5A. Windows color (decimal): -13086982 or 16404024. OLE color: 16404024.
HSL color Cylindrical-coordinate representation of color #384EFA: hue angle of 233.2º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #384EFA is Cyan = 0.78, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 56 | 78 | 250 | - |
| CMYK | 0.78 | 0.69 | 0 | 0.02 |
| HSL | 233.2º | 0.95% | 0.6% | - |
| HSV(B) | 233.2º | 0.78% | 0.98% | - |
| XYZ | 21.61 | 13.19 | 91.85 | - |
| YUV | 91.03 | 217.71 | 103.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 78 | 250 | 0.78 | 0.69 | 0 | 0.02 | 233.2 | 0.95 | 0.6 |
| Hex | 38 | 4E | FA | 4E | 45 | 0 | 2 | E9 | 5F | 3C |
| Octal | 70 | 116 | 372 | 116 | 105 | 0 | 2 | 351 | 137 | 74 |
| Binary | 111000 | 1001110 | 11111010 | 1001110 | 1000101 | 0 | 10 | 11101001 | 1011111 | 111100 |
Color Harmonies of #384EFA
Complementary color
Monochromatic Colors of #384EFA
Black with #384EFA
Text Example
Text Example
White with #384EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384EFA; }
p { color: rgb(56,78,250); }
H1.HeaderClassName
{
color: #384EFA;
}
.AnyTagClassName
{
color: #384EFA;
}
</style>
background-color css
<style>
a { background-color: #384EFA; }
a { background-color: rgb(56,78,250); }
div.DivClassName
{
background-color: #384EFA;
}
.BgClassName
{
background-color: #384EFA;
}
</style>
border-color css
<style>
span { border-color: #384EFA; }
span { border-color: rgb(56,78,250); }
td.TdClassName
{
border-color: #384EFA;
}
.TagClassName
{
border-color: #384EFA;
}
</style>