Shades of Neon Blue #384CF7
Tints of Neon Blue #384CF7
RGB
CMYK
RGB Variations
Color information
#384CF7 (or 0x384CF7) is known color: Neon Blue. HEX triplet: 38, 4C and F7. RGB value is (56,76,247). Sum of RGB (Red+Green+Blue) = 56+76+247=379 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.78% from 379); Green value is 76 (30.08% from 255 or 20.05% from 379); Blue value is 247 (96.88% from 255 or 65.17% from 379); Max value from RGB is 247 - color contains mainly: blue. Hex color #384CF7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #384CF7 is #C7B308. Grayscale: #585858. Windows color (decimal): -13087497 or 16206904. OLE color: 16206904.
HSL color Cylindrical-coordinate representation of color #384CF7: hue angle of 233.72º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #384CF7 is Cyan = 0.77, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 56 | 76 | 247 | - |
| CMYK | 0.77 | 0.69 | 0 | 0.03 |
| HSL | 233.72º | 0.92% | 0.59% | - |
| HSV(B) | 233.72º | 0.77% | 0.97% | - |
| XYZ | 21 | 12.73 | 89.34 | - |
| YUV | 89.51 | 216.87 | 104.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 76 | 247 | 0.77 | 0.69 | 0 | 0.03 | 233.72 | 0.92 | 0.59 |
| Hex | 38 | 4C | F7 | 4D | 45 | 0 | 3 | EA | 5C | 3B |
| Octal | 70 | 114 | 367 | 115 | 105 | 0 | 3 | 352 | 134 | 73 |
| Binary | 111000 | 1001100 | 11110111 | 1001101 | 1000101 | 0 | 11 | 11101010 | 1011100 | 111011 |
Color Harmonies of #384CF7
Complementary color
Monochromatic Colors of #384CF7
Black with #384CF7
Text Example
Text Example
White with #384CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384CF7; }
p { color: rgb(56,76,247); }
H1.HeaderClassName
{
color: #384CF7;
}
.AnyTagClassName
{
color: #384CF7;
}
</style>
background-color css
<style>
a { background-color: #384CF7; }
a { background-color: rgb(56,76,247); }
div.DivClassName
{
background-color: #384CF7;
}
.BgClassName
{
background-color: #384CF7;
}
</style>
border-color css
<style>
span { border-color: #384CF7; }
span { border-color: rgb(56,76,247); }
td.TdClassName
{
border-color: #384CF7;
}
.TagClassName
{
border-color: #384CF7;
}
</style>