Shades of Neon Blue #6361FF
Tints of Neon Blue #6361FF
RGB
CMYK
RGB Variations
Color information
#6361FF (or 0x6361FF) is known color: Neon Blue. HEX triplet: 63, 61 and FF. RGB value is (99,97,255). Sum of RGB (Red+Green+Blue) = 99+97+255=451 (59% of max value = 765). Red value is 99 (39.06% from 255 or 21.95% from 451); Green value is 97 (38.28% from 255 or 21.51% from 451); Blue value is 255 (100% from 255 or 56.54% from 451); Max value from RGB is 255 - color contains mainly: blue. Hex color #6361FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6361FF is #9C9E00. Grayscale: #727272. Windows color (decimal): -10264065 or 16736611. OLE color: 16736611.
HSL color Cylindrical-coordinate representation of color #6361FF: hue angle of 240.76º 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 #6361FF is Cyan = 0.61, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 99 | 97 | 255 | - |
| CMYK | 0.61 | 0.62 | 0 | 0 |
| HSL | 240.76º | 1% | 0.69% | - |
| HSV(B) | 240.76º | 0.62% | 1% | - |
| XYZ | 27.47 | 18.42 | 96.72 | - |
| YUV | 115.61 | 206.66 | 116.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 97 | 255 | 0.61 | 0.62 | 0 | 0 | 240.76 | 1 | 0.69 |
| Hex | 63 | 61 | FF | 3D | 3E | 0 | 0 | F1 | 64 | 45 |
| Octal | 143 | 141 | 377 | 75 | 76 | 0 | 0 | 361 | 144 | 105 |
| Binary | 1100011 | 1100001 | 11111111 | 111101 | 111110 | 0 | 0 | 11110001 | 1100100 | 1000101 |
Color Harmonies of #6361FF
Complementary color
Monochromatic Colors of #6361FF
Black with #6361FF
Text Example
Text Example
White with #6361FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6361FF; }
p { color: rgb(99,97,255); }
H1.HeaderClassName
{
color: #6361FF;
}
.AnyTagClassName
{
color: #6361FF;
}
</style>
background-color css
<style>
a { background-color: #6361FF; }
a { background-color: rgb(99,97,255); }
div.DivClassName
{
background-color: #6361FF;
}
.BgClassName
{
background-color: #6361FF;
}
</style>
border-color css
<style>
span { border-color: #6361FF; }
span { border-color: rgb(99,97,255); }
td.TdClassName
{
border-color: #6361FF;
}
.TagClassName
{
border-color: #6361FF;
}
</style>