Shades of Neon Blue #384FEF
Tints of Neon Blue #384FEF
RGB
CMYK
RGB Variations
Color information
#384FEF (or 0x384FEF) is known color: Neon Blue. HEX triplet: 38, 4F and EF. RGB value is (56,79,239). Sum of RGB (Red+Green+Blue) = 56+79+239=374 (49% of max value = 765). Red value is 56 (22.27% from 255 or 14.97% from 374); Green value is 79 (31.25% from 255 or 21.12% from 374); Blue value is 239 (93.75% from 255 or 63.90% from 374); Max value from RGB is 239 - color contains mainly: blue. Hex color #384FEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #384FEF is #C7B010. Grayscale: #595959. Windows color (decimal): -13086737 or 15683384. OLE color: 15683384.
HSL color Cylindrical-coordinate representation of color #384FEF: hue angle of 232.46º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #384FEF is Cyan = 0.77, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 56 | 79 | 239 | - |
| CMYK | 0.77 | 0.67 | 0 | 0.06 |
| HSL | 232.46º | 0.85% | 0.58% | - |
| HSV(B) | 232.46º | 0.77% | 0.94% | - |
| XYZ | 20.01 | 12.66 | 83.05 | - |
| YUV | 90.36 | 211.88 | 103.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 79 | 239 | 0.77 | 0.67 | 0 | 0.06 | 232.46 | 0.85 | 0.58 |
| Hex | 38 | 4F | EF | 4D | 43 | 0 | 6 | E8 | 55 | 3A |
| Octal | 70 | 117 | 357 | 115 | 103 | 0 | 6 | 350 | 125 | 72 |
| Binary | 111000 | 1001111 | 11101111 | 1001101 | 1000011 | 0 | 110 | 11101000 | 1010101 | 111010 |
Color Harmonies of #384FEF
Complementary color
Monochromatic Colors of #384FEF
Black with #384FEF
Text Example
Text Example
White with #384FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384FEF; }
p { color: rgb(56,79,239); }
H1.HeaderClassName
{
color: #384FEF;
}
.AnyTagClassName
{
color: #384FEF;
}
</style>
background-color css
<style>
a { background-color: #384FEF; }
a { background-color: rgb(56,79,239); }
div.DivClassName
{
background-color: #384FEF;
}
.BgClassName
{
background-color: #384FEF;
}
</style>
border-color css
<style>
span { border-color: #384FEF; }
span { border-color: rgb(56,79,239); }
td.TdClassName
{
border-color: #384FEF;
}
.TagClassName
{
border-color: #384FEF;
}
</style>