Shades of Neon Blue #383AF2
Tints of Neon Blue #383AF2
RGB
CMYK
RGB Variations
Color information
#383AF2 (or 0x383AF2) is known color: Neon Blue. HEX triplet: 38, 3A and F2. RGB value is (56,58,242). Sum of RGB (Red+Green+Blue) = 56+58+242=356 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.73% from 356); Green value is 58 (23.05% from 255 or 16.29% from 356); Blue value is 242 (94.92% from 255 or 67.98% from 356); Max value from RGB is 242 - color contains mainly: blue. Hex color #383AF2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #383AF2 is #C7C50D. Grayscale: #4D4D4D. Windows color (decimal): -13092110 or 15874616. OLE color: 15874616.
HSL color Cylindrical-coordinate representation of color #383AF2: hue angle of 239.35º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #383AF2 is Cyan = 0.77, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 56 | 58 | 242 | - |
| CMYK | 0.77 | 0.76 | 0 | 0.05 |
| HSL | 239.35º | 0.88% | 0.58% | - |
| HSV(B) | 239.35º | 0.77% | 0.95% | - |
| XYZ | 19.17 | 10.28 | 84.98 | - |
| YUV | 78.38 | 220.34 | 112.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 58 | 242 | 0.77 | 0.76 | 0 | 0.05 | 239.35 | 0.88 | 0.58 |
| Hex | 38 | 3A | F2 | 4D | 4C | 0 | 5 | EF | 58 | 3A |
| Octal | 70 | 72 | 362 | 115 | 114 | 0 | 5 | 357 | 130 | 72 |
| Binary | 111000 | 111010 | 11110010 | 1001101 | 1001100 | 0 | 101 | 11101111 | 1011000 | 111010 |
Color Harmonies of #383AF2
Complementary color
Monochromatic Colors of #383AF2
Black with #383AF2
Text Example
Text Example
White with #383AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383AF2; }
p { color: rgb(56,58,242); }
H1.HeaderClassName
{
color: #383AF2;
}
.AnyTagClassName
{
color: #383AF2;
}
</style>
background-color css
<style>
a { background-color: #383AF2; }
a { background-color: rgb(56,58,242); }
div.DivClassName
{
background-color: #383AF2;
}
.BgClassName
{
background-color: #383AF2;
}
</style>
border-color css
<style>
span { border-color: #383AF2; }
span { border-color: rgb(56,58,242); }
td.TdClassName
{
border-color: #383AF2;
}
.TagClassName
{
border-color: #383AF2;
}
</style>