Shades of Neon Blue #383CFD
Tints of Neon Blue #383CFD
RGB
CMYK
RGB Variations
Color information
#383CFD (or 0x383CFD) is known color: Neon Blue. HEX triplet: 38, 3C and FD. RGB value is (56,60,253). Sum of RGB (Red+Green+Blue) = 56+60+253=369 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.18% from 369); Green value is 60 (23.83% from 255 or 16.26% from 369); Blue value is 253 (99.22% from 255 or 68.56% from 369); Max value from RGB is 253 - color contains mainly: blue. Hex color #383CFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #383CFD is #C7C302. Grayscale: #505050. Windows color (decimal): -13091587 or 16596024. OLE color: 16596024.
HSL color Cylindrical-coordinate representation of color #383CFD: hue angle of 238.78º 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 #383CFD is Cyan = 0.78, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 56 | 60 | 253 | - |
| CMYK | 0.78 | 0.76 | 0 | 0.01 |
| HSL | 238.78º | 0.98% | 0.61% | - |
| HSV(B) | 238.78º | 0.78% | 0.99% | - |
| XYZ | 20.98 | 11.16 | 93.98 | - |
| YUV | 80.81 | 225.17 | 110.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 60 | 253 | 0.78 | 0.76 | 0 | 0.01 | 238.78 | 0.98 | 0.61 |
| Hex | 38 | 3C | FD | 4E | 4C | 0 | 1 | EF | 62 | 3D |
| Octal | 70 | 74 | 375 | 116 | 114 | 0 | 1 | 357 | 142 | 75 |
| Binary | 111000 | 111100 | 11111101 | 1001110 | 1001100 | 0 | 1 | 11101111 | 1100010 | 111101 |
Color Harmonies of #383CFD
Complementary color
Monochromatic Colors of #383CFD
Black with #383CFD
Text Example
Text Example
White with #383CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383CFD; }
p { color: rgb(56,60,253); }
H1.HeaderClassName
{
color: #383CFD;
}
.AnyTagClassName
{
color: #383CFD;
}
</style>
background-color css
<style>
a { background-color: #383CFD; }
a { background-color: rgb(56,60,253); }
div.DivClassName
{
background-color: #383CFD;
}
.BgClassName
{
background-color: #383CFD;
}
</style>
border-color css
<style>
span { border-color: #383CFD; }
span { border-color: rgb(56,60,253); }
td.TdClassName
{
border-color: #383CFD;
}
.TagClassName
{
border-color: #383CFD;
}
</style>