Shades of Neon Blue #6263FF
Tints of Neon Blue #6263FF
RGB
CMYK
RGB Variations
Color information
#6263FF (or 0x6263FF) is known color: Neon Blue. HEX triplet: 62, 63 and FF. RGB value is (98,99,255). Sum of RGB (Red+Green+Blue) = 98+99+255=452 (59% of max value = 765). Red value is 98 (38.67% from 255 or 21.68% from 452); Green value is 99 (39.06% from 255 or 21.90% from 452); Blue value is 255 (100% from 255 or 56.42% from 452); Max value from RGB is 255 - color contains mainly: blue. Hex color #6263FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6263FF is #9D9C00. Grayscale: #737373. Windows color (decimal): -10329089 or 16737122. OLE color: 16737122.
HSL color Cylindrical-coordinate representation of color #6263FF: hue angle of 239.62º 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 #6263FF is Cyan = 0.62, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 98 | 99 | 255 | - |
| CMYK | 0.62 | 0.61 | 0 | 0 |
| HSL | 239.62º | 1% | 0.69% | - |
| HSV(B) | 239.62º | 0.62% | 1% | - |
| XYZ | 27.55 | 18.74 | 96.77 | - |
| YUV | 116.49 | 206.17 | 114.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 99 | 255 | 0.62 | 0.61 | 0 | 0 | 239.62 | 1 | 0.69 |
| Hex | 62 | 63 | FF | 3E | 3D | 0 | 0 | F0 | 64 | 45 |
| Octal | 142 | 143 | 377 | 76 | 75 | 0 | 0 | 360 | 144 | 105 |
| Binary | 1100010 | 1100011 | 11111111 | 111110 | 111101 | 0 | 0 | 11110000 | 1100100 | 1000101 |
Color Harmonies of #6263FF
Complementary color
Monochromatic Colors of #6263FF
Black with #6263FF
Text Example
Text Example
White with #6263FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6263FF; }
p { color: rgb(98,99,255); }
H1.HeaderClassName
{
color: #6263FF;
}
.AnyTagClassName
{
color: #6263FF;
}
</style>
background-color css
<style>
a { background-color: #6263FF; }
a { background-color: rgb(98,99,255); }
div.DivClassName
{
background-color: #6263FF;
}
.BgClassName
{
background-color: #6263FF;
}
</style>
border-color css
<style>
span { border-color: #6263FF; }
span { border-color: rgb(98,99,255); }
td.TdClassName
{
border-color: #6263FF;
}
.TagClassName
{
border-color: #6263FF;
}
</style>