Shades of Neon Blue #3838FD
Tints of Neon Blue #3838FD
RGB
CMYK
RGB Variations
Color information
#3838FD (or 0x3838FD) is known color: Neon Blue. HEX triplet: 38, 38 and FD. RGB value is (56,56,253). Sum of RGB (Red+Green+Blue) = 56+56+253=365 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.34% from 365); Green value is 56 (22.27% from 255 or 15.34% from 365); Blue value is 253 (99.22% from 255 or 69.32% from 365); Max value from RGB is 253 - color contains mainly: blue. Hex color #3838FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3838FD is #C7C702. Grayscale: #4D4D4D. Windows color (decimal): -13092611 or 16595000. OLE color: 16595000.
HSL color Cylindrical-coordinate representation of color #3838FD: hue angle of 240º 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 #3838FD is Cyan = 0.78, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 56 | 56 | 253 | - |
| CMYK | 0.78 | 0.78 | 0 | 0.01 |
| HSL | 240º | 0.98% | 0.61% | - |
| HSV(B) | 240º | 0.78% | 0.99% | - |
| XYZ | 20.77 | 10.76 | 93.91 | - |
| YUV | 78.46 | 226.5 | 111.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 56 | 253 | 0.78 | 0.78 | 0 | 0.01 | 240 | 0.98 | 0.61 |
| Hex | 38 | 38 | FD | 4E | 4E | 0 | 1 | F0 | 62 | 3D |
| Octal | 70 | 70 | 375 | 116 | 116 | 0 | 1 | 360 | 142 | 75 |
| Binary | 111000 | 111000 | 11111101 | 1001110 | 1001110 | 0 | 1 | 11110000 | 1100010 | 111101 |
Color Harmonies of #3838FD
Complementary color
Monochromatic Colors of #3838FD
Black with #3838FD
Text Example
Text Example
White with #3838FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3838FD; }
p { color: rgb(56,56,253); }
H1.HeaderClassName
{
color: #3838FD;
}
.AnyTagClassName
{
color: #3838FD;
}
</style>
background-color css
<style>
a { background-color: #3838FD; }
a { background-color: rgb(56,56,253); }
div.DivClassName
{
background-color: #3838FD;
}
.BgClassName
{
background-color: #3838FD;
}
</style>
border-color css
<style>
span { border-color: #3838FD; }
span { border-color: rgb(56,56,253); }
td.TdClassName
{
border-color: #3838FD;
}
.TagClassName
{
border-color: #3838FD;
}
</style>