Shades of Neon Blue #383CF2
Tints of Neon Blue #383CF2
RGB
CMYK
RGB Variations
Color information
#383CF2 (or 0x383CF2) is known color: Neon Blue. HEX triplet: 38, 3C and F2. RGB value is (56,60,242). Sum of RGB (Red+Green+Blue) = 56+60+242=358 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.64% from 358); Green value is 60 (23.83% from 255 or 16.76% from 358); Blue value is 242 (94.92% from 255 or 67.60% from 358); Max value from RGB is 242 - color contains mainly: blue. Hex color #383CF2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #383CF2 is #C7C30D. Grayscale: #4E4E4E. Windows color (decimal): -13091598 or 15875128. OLE color: 15875128.
HSL color Cylindrical-coordinate representation of color #383CF2: hue angle of 238.71º 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 #383CF2 is Cyan = 0.77, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 56 | 60 | 242 | - |
| CMYK | 0.77 | 0.75 | 0 | 0.05 |
| HSL | 238.71º | 0.88% | 0.58% | - |
| HSV(B) | 238.71º | 0.77% | 0.95% | - |
| XYZ | 19.27 | 10.48 | 85.01 | - |
| YUV | 79.55 | 219.67 | 111.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 60 | 242 | 0.77 | 0.75 | 0 | 0.05 | 238.71 | 0.88 | 0.58 |
| Hex | 38 | 3C | F2 | 4D | 4B | 0 | 5 | EF | 58 | 3A |
| Octal | 70 | 74 | 362 | 115 | 113 | 0 | 5 | 357 | 130 | 72 |
| Binary | 111000 | 111100 | 11110010 | 1001101 | 1001011 | 0 | 101 | 11101111 | 1011000 | 111010 |
Color Harmonies of #383CF2
Complementary color
Monochromatic Colors of #383CF2
Black with #383CF2
Text Example
Text Example
White with #383CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383CF2; }
p { color: rgb(56,60,242); }
H1.HeaderClassName
{
color: #383CF2;
}
.AnyTagClassName
{
color: #383CF2;
}
</style>
background-color css
<style>
a { background-color: #383CF2; }
a { background-color: rgb(56,60,242); }
div.DivClassName
{
background-color: #383CF2;
}
.BgClassName
{
background-color: #383CF2;
}
</style>
border-color css
<style>
span { border-color: #383CF2; }
span { border-color: rgb(56,60,242); }
td.TdClassName
{
border-color: #383CF2;
}
.TagClassName
{
border-color: #383CF2;
}
</style>