Shades of Neon Blue #6363FF
Tints of Neon Blue #6363FF
RGB
CMYK
RGB Variations
Color information
#6363FF (or 0x6363FF) is known color: Neon Blue. HEX triplet: 63, 63 and FF. RGB value is (99,99,255). Sum of RGB (Red+Green+Blue) = 99+99+255=453 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.85% from 453); Green value is 99 (39.06% from 255 or 21.85% from 453); Blue value is 255 (100% from 255 or 56.29% from 453); Max value from RGB is 255 - color contains mainly: blue. Hex color #6363FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6363FF is #9C9C00. Grayscale: #747474. Windows color (decimal): -10263553 or 16737123. OLE color: 16737123.
HSL color Cylindrical-coordinate representation of color #6363FF: hue angle of 240º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6363FF is Cyan = 0.61, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 99 | 99 | 255 | - |
| CMYK | 0.61 | 0.61 | 0 | 0 |
| HSL | 240º | 1% | 0.69% | - |
| HSV(B) | 240º | 0.61% | 1% | - |
| XYZ | 27.66 | 18.8 | 96.78 | - |
| YUV | 116.78 | 206 | 115.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 99 | 255 | 0.61 | 0.61 | 0 | 0 | 240 | 1 | 0.69 |
| Hex | 63 | 63 | FF | 3D | 3D | 0 | 0 | F0 | 64 | 45 |
| Octal | 143 | 143 | 377 | 75 | 75 | 0 | 0 | 360 | 144 | 105 |
| Binary | 1100011 | 1100011 | 11111111 | 111101 | 111101 | 0 | 0 | 11110000 | 1100100 | 1000101 |
Color Harmonies of #6363FF
Complementary color
Monochromatic Colors of #6363FF
Black with #6363FF
Text Example
Text Example
White with #6363FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6363FF; }
p { color: rgb(99,99,255); }
H1.HeaderClassName
{
color: #6363FF;
}
.AnyTagClassName
{
color: #6363FF;
}
</style>
background-color css
<style>
a { background-color: #6363FF; }
a { background-color: rgb(99,99,255); }
div.DivClassName
{
background-color: #6363FF;
}
.BgClassName
{
background-color: #6363FF;
}
</style>
border-color css
<style>
span { border-color: #6363FF; }
span { border-color: rgb(99,99,255); }
td.TdClassName
{
border-color: #6363FF;
}
.TagClassName
{
border-color: #6363FF;
}
</style>