Shades of Neon Blue #384CFC
Tints of Neon Blue #384CFC
RGB
CMYK
RGB Variations
Color information
#384CFC (or 0x384CFC) is known color: Neon Blue. HEX triplet: 38, 4C and FC. RGB value is (56,76,252). Sum of RGB (Red+Green+Blue) = 56+76+252=384 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.58% from 384); Green value is 76 (30.08% from 255 or 19.79% from 384); Blue value is 252 (98.83% from 255 or 65.62% from 384); Max value from RGB is 252 - color contains mainly: blue. Hex color #384CFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #384CFC is #C7B303. Grayscale: #595959. Windows color (decimal): -13087492 or 16534584. OLE color: 16534584.
HSL color Cylindrical-coordinate representation of color #384CFC: hue angle of 233.88º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #384CFC is Cyan = 0.78, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 56 | 76 | 252 | - |
| CMYK | 0.78 | 0.70 | 0 | 0.01 |
| HSL | 233.88º | 0.97% | 0.6% | - |
| HSV(B) | 233.88º | 0.78% | 0.99% | - |
| XYZ | 21.79 | 13.04 | 93.46 | - |
| YUV | 90.08 | 219.37 | 103.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 76 | 252 | 0.78 | 0.70 | 0 | 0.01 | 233.88 | 0.97 | 0.6 |
| Hex | 38 | 4C | FC | 4E | 46 | 0 | 1 | EA | 61 | 3C |
| Octal | 70 | 114 | 374 | 116 | 106 | 0 | 1 | 352 | 141 | 74 |
| Binary | 111000 | 1001100 | 11111100 | 1001110 | 1000110 | 0 | 1 | 11101010 | 1100001 | 111100 |
Color Harmonies of #384CFC
Complementary color
Monochromatic Colors of #384CFC
Black with #384CFC
Text Example
Text Example
White with #384CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384CFC; }
p { color: rgb(56,76,252); }
H1.HeaderClassName
{
color: #384CFC;
}
.AnyTagClassName
{
color: #384CFC;
}
</style>
background-color css
<style>
a { background-color: #384CFC; }
a { background-color: rgb(56,76,252); }
div.DivClassName
{
background-color: #384CFC;
}
.BgClassName
{
background-color: #384CFC;
}
</style>
border-color css
<style>
span { border-color: #384CFC; }
span { border-color: rgb(56,76,252); }
td.TdClassName
{
border-color: #384CFC;
}
.TagClassName
{
border-color: #384CFC;
}
</style>