Shades of Neon Blue #384CFD
Tints of Neon Blue #384CFD
RGB
CMYK
RGB Variations
Color information
#384CFD (or 0x384CFD) is known color: Neon Blue. HEX triplet: 38, 4C and FD. RGB value is (56,76,253). Sum of RGB (Red+Green+Blue) = 56+76+253=385 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.55% from 385); Green value is 76 (30.08% from 255 or 19.74% from 385); Blue value is 253 (99.22% from 255 or 65.71% from 385); Max value from RGB is 253 - color contains mainly: blue. Hex color #384CFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #384CFD is #C7B302. Grayscale: #595959. Windows color (decimal): -13087491 or 16600120. OLE color: 16600120.
HSL color Cylindrical-coordinate representation of color #384CFD: hue angle of 233.91º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #384CFD is Cyan = 0.78, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 56 | 76 | 253 | - |
| CMYK | 0.78 | 0.70 | 0 | 0.01 |
| HSL | 233.91º | 0.98% | 0.61% | - |
| HSV(B) | 233.91º | 0.78% | 0.99% | - |
| XYZ | 21.94 | 13.1 | 94.3 | - |
| YUV | 90.2 | 219.87 | 103.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 76 | 253 | 0.78 | 0.70 | 0 | 0.01 | 233.91 | 0.98 | 0.61 |
| Hex | 38 | 4C | FD | 4E | 46 | 0 | 1 | EA | 62 | 3D |
| Octal | 70 | 114 | 375 | 116 | 106 | 0 | 1 | 352 | 142 | 75 |
| Binary | 111000 | 1001100 | 11111101 | 1001110 | 1000110 | 0 | 1 | 11101010 | 1100010 | 111101 |
Color Harmonies of #384CFD
Complementary color
Monochromatic Colors of #384CFD
Black with #384CFD
Text Example
Text Example
White with #384CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384CFD; }
p { color: rgb(56,76,253); }
H1.HeaderClassName
{
color: #384CFD;
}
.AnyTagClassName
{
color: #384CFD;
}
</style>
background-color css
<style>
a { background-color: #384CFD; }
a { background-color: rgb(56,76,253); }
div.DivClassName
{
background-color: #384CFD;
}
.BgClassName
{
background-color: #384CFD;
}
</style>
border-color css
<style>
span { border-color: #384CFD; }
span { border-color: rgb(56,76,253); }
td.TdClassName
{
border-color: #384CFD;
}
.TagClassName
{
border-color: #384CFD;
}
</style>