Shades of Neon Blue #6063FF
Tints of Neon Blue #6063FF
RGB
CMYK
RGB Variations
Color information
#6063FF (or 0x6063FF) is known color: Neon Blue. HEX triplet: 60, 63 and FF. RGB value is (96,99,255). Sum of RGB (Red+Green+Blue) = 96+99+255=450 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.33% from 450); Green value is 99 (39.06% from 255 or 22% from 450); Blue value is 255 (100% from 255 or 56.67% from 450); Max value from RGB is 255 - color contains mainly: blue. Hex color #6063FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6063FF is #9F9C00. Grayscale: #737373. Windows color (decimal): -10460161 or 16737120. OLE color: 16737120.
HSL color Cylindrical-coordinate representation of color #6063FF: hue angle of 238.87º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6063FF is Cyan = 0.62, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 96 | 99 | 255 | - |
| CMYK | 0.62 | 0.61 | 0 | 0 |
| HSL | 238.87º | 1% | 0.69% | - |
| HSV(B) | 238.87º | 0.62% | 1% | - |
| XYZ | 27.34 | 18.63 | 96.76 | - |
| YUV | 115.89 | 206.51 | 113.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 99 | 255 | 0.62 | 0.61 | 0 | 0 | 238.87 | 1 | 0.69 |
| Hex | 60 | 63 | FF | 3E | 3D | 0 | 0 | EF | 64 | 45 |
| Octal | 140 | 143 | 377 | 76 | 75 | 0 | 0 | 357 | 144 | 105 |
| Binary | 1100000 | 1100011 | 11111111 | 111110 | 111101 | 0 | 0 | 11101111 | 1100100 | 1000101 |
Color Harmonies of #6063FF
Complementary color
Monochromatic Colors of #6063FF
Black with #6063FF
Text Example
Text Example
White with #6063FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6063FF; }
p { color: rgb(96,99,255); }
H1.HeaderClassName
{
color: #6063FF;
}
.AnyTagClassName
{
color: #6063FF;
}
</style>
background-color css
<style>
a { background-color: #6063FF; }
a { background-color: rgb(96,99,255); }
div.DivClassName
{
background-color: #6063FF;
}
.BgClassName
{
background-color: #6063FF;
}
</style>
border-color css
<style>
span { border-color: #6063FF; }
span { border-color: rgb(96,99,255); }
td.TdClassName
{
border-color: #6063FF;
}
.TagClassName
{
border-color: #6063FF;
}
</style>