Shades of Neon Blue #384BFE
Tints of Neon Blue #384BFE
RGB
CMYK
RGB Variations
Color information
#384BFE (or 0x384BFE) is known color: Neon Blue. HEX triplet: 38, 4B and FE. RGB value is (56,75,254). Sum of RGB (Red+Green+Blue) = 56+75+254=385 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.55% from 385); Green value is 75 (29.69% from 255 or 19.48% from 385); Blue value is 254 (99.61% from 255 or 65.97% from 385); Max value from RGB is 254 - color contains mainly: blue. Hex color #384BFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #384BFE is #C7B401. Grayscale: #585858. Windows color (decimal): -13087746 or 16665400. OLE color: 16665400.
HSL color Cylindrical-coordinate representation of color #384BFE: hue angle of 234.24º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #384BFE is Cyan = 0.78, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 56 | 75 | 254 | - |
| CMYK | 0.78 | 0.70 | 0 | 0.00 |
| HSL | 234.24º | 0.99% | 0.61% | - |
| HSV(B) | 234.24º | 0.78% | 1% | - |
| XYZ | 22.04 | 13.03 | 95.12 | - |
| YUV | 89.73 | 220.71 | 103.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 75 | 254 | 0.78 | 0.70 | 0 | 0.00 | 234.24 | 0.99 | 0.61 |
| Hex | 38 | 4B | FE | 4E | 46 | 0 | 0 | EA | 63 | 3D |
| Octal | 70 | 113 | 376 | 116 | 106 | 0 | 0 | 352 | 143 | 75 |
| Binary | 111000 | 1001011 | 11111110 | 1001110 | 1000110 | 0 | 0 | 11101010 | 1100011 | 111101 |
Color Harmonies of #384BFE
Complementary color
Monochromatic Colors of #384BFE
Black with #384BFE
Text Example
Text Example
White with #384BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384BFE; }
p { color: rgb(56,75,254); }
H1.HeaderClassName
{
color: #384BFE;
}
.AnyTagClassName
{
color: #384BFE;
}
</style>
background-color css
<style>
a { background-color: #384BFE; }
a { background-color: rgb(56,75,254); }
div.DivClassName
{
background-color: #384BFE;
}
.BgClassName
{
background-color: #384BFE;
}
</style>
border-color css
<style>
span { border-color: #384BFE; }
span { border-color: rgb(56,75,254); }
td.TdClassName
{
border-color: #384BFE;
}
.TagClassName
{
border-color: #384BFE;
}
</style>