Shades of Neon Blue #384CFB
Tints of Neon Blue #384CFB
RGB
CMYK
RGB Variations
Color information
#384CFB (or 0x384CFB) is known color: Neon Blue. HEX triplet: 38, 4C and FB. RGB value is (56,76,251). Sum of RGB (Red+Green+Blue) = 56+76+251=383 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.62% from 383); Green value is 76 (30.08% from 255 or 19.84% from 383); Blue value is 251 (98.44% from 255 or 65.54% from 383); Max value from RGB is 251 - color contains mainly: blue. Hex color #384CFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #384CFB is #C7B304. Grayscale: #595959. Windows color (decimal): -13087493 or 16469048. OLE color: 16469048.
HSL color Cylindrical-coordinate representation of color #384CFB: hue angle of 233.85º 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 #384CFB is Cyan = 0.78, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 56 | 76 | 251 | - |
| CMYK | 0.78 | 0.70 | 0 | 0.02 |
| HSL | 233.85º | 0.96% | 0.6% | - |
| HSV(B) | 233.85º | 0.78% | 0.98% | - |
| XYZ | 21.63 | 12.97 | 92.63 | - |
| YUV | 89.97 | 218.87 | 103.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 76 | 251 | 0.78 | 0.70 | 0 | 0.02 | 233.85 | 0.96 | 0.6 |
| Hex | 38 | 4C | FB | 4E | 46 | 0 | 2 | EA | 60 | 3C |
| Octal | 70 | 114 | 373 | 116 | 106 | 0 | 2 | 352 | 140 | 74 |
| Binary | 111000 | 1001100 | 11111011 | 1001110 | 1000110 | 0 | 10 | 11101010 | 1100000 | 111100 |
Color Harmonies of #384CFB
Complementary color
Monochromatic Colors of #384CFB
Black with #384CFB
Text Example
Text Example
White with #384CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384CFB; }
p { color: rgb(56,76,251); }
H1.HeaderClassName
{
color: #384CFB;
}
.AnyTagClassName
{
color: #384CFB;
}
</style>
background-color css
<style>
a { background-color: #384CFB; }
a { background-color: rgb(56,76,251); }
div.DivClassName
{
background-color: #384CFB;
}
.BgClassName
{
background-color: #384CFB;
}
</style>
border-color css
<style>
span { border-color: #384CFB; }
span { border-color: rgb(56,76,251); }
td.TdClassName
{
border-color: #384CFB;
}
.TagClassName
{
border-color: #384CFB;
}
</style>