Shades of Neon Blue #3830FF
Tints of Neon Blue #3830FF
RGB
CMYK
RGB Variations
Color information
#3830FF (or 0x3830FF) is known color: Neon Blue. HEX triplet: 38, 30 and FF. RGB value is (56,48,255). Sum of RGB (Red+Green+Blue) = 56+48+255=359 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.60% from 359); Green value is 48 (19.14% from 255 or 13.37% from 359); Blue value is 255 (100% from 255 or 71.03% from 359); Max value from RGB is 255 - color contains mainly: blue. Hex color #3830FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3830FF is #C7CF00. Grayscale: #494949. Windows color (decimal): -13094657 or 16724024. OLE color: 16724024.
HSL color Cylindrical-coordinate representation of color #3830FF: hue angle of 242.32º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3830FF is Cyan = 0.78, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 56 | 48 | 255 | - |
| CMYK | 0.78 | 0.81 | 0 | 0 |
| HSL | 242.32º | 1% | 0.59% | - |
| HSV(B) | 242.32º | 0.81% | 1% | - |
| XYZ | 20.74 | 10.17 | 95.48 | - |
| YUV | 73.99 | 230.15 | 115.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 48 | 255 | 0.78 | 0.81 | 0 | 0 | 242.32 | 1 | 0.59 |
| Hex | 38 | 30 | FF | 4E | 51 | 0 | 0 | F2 | 64 | 3B |
| Octal | 70 | 60 | 377 | 116 | 121 | 0 | 0 | 362 | 144 | 73 |
| Binary | 111000 | 110000 | 11111111 | 1001110 | 1010001 | 0 | 0 | 11110010 | 1100100 | 111011 |
Color Harmonies of #3830FF
Complementary color
Monochromatic Colors of #3830FF
Black with #3830FF
Text Example
Text Example
White with #3830FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3830FF; }
p { color: rgb(56,48,255); }
H1.HeaderClassName
{
color: #3830FF;
}
.AnyTagClassName
{
color: #3830FF;
}
</style>
background-color css
<style>
a { background-color: #3830FF; }
a { background-color: rgb(56,48,255); }
div.DivClassName
{
background-color: #3830FF;
}
.BgClassName
{
background-color: #3830FF;
}
</style>
border-color css
<style>
span { border-color: #3830FF; }
span { border-color: rgb(56,48,255); }
td.TdClassName
{
border-color: #3830FF;
}
.TagClassName
{
border-color: #3830FF;
}
</style>