Shades of Neon Blue #384FFB
Tints of Neon Blue #384FFB
RGB
CMYK
RGB Variations
Color information
#384FFB (or 0x384FFB) is known color: Neon Blue. HEX triplet: 38, 4F and FB. RGB value is (56,79,251). Sum of RGB (Red+Green+Blue) = 56+79+251=386 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.51% from 386); Green value is 79 (31.25% from 255 or 20.47% from 386); Blue value is 251 (98.44% from 255 or 65.03% from 386); Max value from RGB is 251 - color contains mainly: blue. Hex color #384FFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #384FFB is #C7B004. Grayscale: #5B5B5B. Windows color (decimal): -13086725 or 16469816. OLE color: 16469816.
HSL color Cylindrical-coordinate representation of color #384FFB: hue angle of 232.92º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #384FFB is Cyan = 0.78, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 56 | 79 | 251 | - |
| CMYK | 0.78 | 0.69 | 0 | 0.02 |
| HSL | 232.92º | 0.96% | 0.6% | - |
| HSV(B) | 232.92º | 0.78% | 0.98% | - |
| XYZ | 21.84 | 13.4 | 92.7 | - |
| YUV | 91.73 | 217.88 | 102.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 79 | 251 | 0.78 | 0.69 | 0 | 0.02 | 232.92 | 0.96 | 0.6 |
| Hex | 38 | 4F | FB | 4E | 45 | 0 | 2 | E9 | 60 | 3C |
| Octal | 70 | 117 | 373 | 116 | 105 | 0 | 2 | 351 | 140 | 74 |
| Binary | 111000 | 1001111 | 11111011 | 1001110 | 1000101 | 0 | 10 | 11101001 | 1100000 | 111100 |
Color Harmonies of #384FFB
Complementary color
Monochromatic Colors of #384FFB
Black with #384FFB
Text Example
Text Example
White with #384FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384FFB; }
p { color: rgb(56,79,251); }
H1.HeaderClassName
{
color: #384FFB;
}
.AnyTagClassName
{
color: #384FFB;
}
</style>
background-color css
<style>
a { background-color: #384FFB; }
a { background-color: rgb(56,79,251); }
div.DivClassName
{
background-color: #384FFB;
}
.BgClassName
{
background-color: #384FFB;
}
</style>
border-color css
<style>
span { border-color: #384FFB; }
span { border-color: rgb(56,79,251); }
td.TdClassName
{
border-color: #384FFB;
}
.TagClassName
{
border-color: #384FFB;
}
</style>