Shades of Neon Blue #6338FF
Tints of Neon Blue #6338FF
RGB
CMYK
RGB Variations
Color information
#6338FF (or 0x6338FF) is known color: Neon Blue. HEX triplet: 63, 38 and FF. RGB value is (99,56,255). Sum of RGB (Red+Green+Blue) = 99+56+255=410 (54% of max value = 765). Red value is 99 (39.06% from 255 or 24.15% from 410); Green value is 56 (22.27% from 255 or 13.66% from 410); Blue value is 255 (100% from 255 or 62.20% from 410); Max value from RGB is 255 - color contains mainly: blue. Hex color #6338FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6338FF is #9CC700. Grayscale: #5A5A5A. Windows color (decimal): -10274561 or 16726115. OLE color: 16726115.
HSL color Cylindrical-coordinate representation of color #6338FF: hue angle of 252.96º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6338FF is Cyan = 0.61, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 99 | 56 | 255 | - |
| CMYK | 0.61 | 0.78 | 0 | 0 |
| HSL | 252.96º | 1% | 0.61% | - |
| HSV(B) | 252.96º | 0.78% | 1% | - |
| XYZ | 24.61 | 12.7 | 95.76 | - |
| YUV | 91.54 | 220.25 | 133.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 56 | 255 | 0.61 | 0.78 | 0 | 0 | 252.96 | 1 | 0.61 |
| Hex | 63 | 38 | FF | 3D | 4E | 0 | 0 | FD | 64 | 3D |
| Octal | 143 | 70 | 377 | 75 | 116 | 0 | 0 | 375 | 144 | 75 |
| Binary | 1100011 | 111000 | 11111111 | 111101 | 1001110 | 0 | 0 | 11111101 | 1100100 | 111101 |
Color Harmonies of #6338FF
Complementary color
Monochromatic Colors of #6338FF
Black with #6338FF
Text Example
Text Example
White with #6338FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6338FF; }
p { color: rgb(99,56,255); }
H1.HeaderClassName
{
color: #6338FF;
}
.AnyTagClassName
{
color: #6338FF;
}
</style>
background-color css
<style>
a { background-color: #6338FF; }
a { background-color: rgb(99,56,255); }
div.DivClassName
{
background-color: #6338FF;
}
.BgClassName
{
background-color: #6338FF;
}
</style>
border-color css
<style>
span { border-color: #6338FF; }
span { border-color: rgb(99,56,255); }
td.TdClassName
{
border-color: #6338FF;
}
.TagClassName
{
border-color: #6338FF;
}
</style>