Shades of Neon Blue #384CF8
Tints of Neon Blue #384CF8
RGB
CMYK
RGB Variations
Color information
#384CF8 (or 0x384CF8) is known color: Neon Blue. HEX triplet: 38, 4C and F8. RGB value is (56,76,248). Sum of RGB (Red+Green+Blue) = 56+76+248=380 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.74% from 380); Green value is 76 (30.08% from 255 or 20% from 380); Blue value is 248 (97.27% from 255 or 65.26% from 380); Max value from RGB is 248 - color contains mainly: blue. Hex color #384CF8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #384CF8 is #C7B307. Grayscale: #585858. Windows color (decimal): -13087496 or 16272440. OLE color: 16272440.
HSL color Cylindrical-coordinate representation of color #384CF8: hue angle of 233.75º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #384CF8 is Cyan = 0.77, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 56 | 76 | 248 | - |
| CMYK | 0.77 | 0.69 | 0 | 0.03 |
| HSL | 233.75º | 0.93% | 0.6% | - |
| HSV(B) | 233.75º | 0.77% | 0.97% | - |
| XYZ | 21.16 | 12.79 | 90.16 | - |
| YUV | 89.63 | 217.37 | 104.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 76 | 248 | 0.77 | 0.69 | 0 | 0.03 | 233.75 | 0.93 | 0.6 |
| Hex | 38 | 4C | F8 | 4D | 45 | 0 | 3 | EA | 5D | 3C |
| Octal | 70 | 114 | 370 | 115 | 105 | 0 | 3 | 352 | 135 | 74 |
| Binary | 111000 | 1001100 | 11111000 | 1001101 | 1000101 | 0 | 11 | 11101010 | 1011101 | 111100 |
Color Harmonies of #384CF8
Complementary color
Monochromatic Colors of #384CF8
Black with #384CF8
Text Example
Text Example
White with #384CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384CF8; }
p { color: rgb(56,76,248); }
H1.HeaderClassName
{
color: #384CF8;
}
.AnyTagClassName
{
color: #384CF8;
}
</style>
background-color css
<style>
a { background-color: #384CF8; }
a { background-color: rgb(56,76,248); }
div.DivClassName
{
background-color: #384CF8;
}
.BgClassName
{
background-color: #384CF8;
}
</style>
border-color css
<style>
span { border-color: #384CF8; }
span { border-color: rgb(56,76,248); }
td.TdClassName
{
border-color: #384CF8;
}
.TagClassName
{
border-color: #384CF8;
}
</style>