Shades of Neon Blue #6341FC
Tints of Neon Blue #6341FC
RGB
CMYK
RGB Variations
Color information
#6341FC (or 0x6341FC) is known color: Neon Blue. HEX triplet: 63, 41 and FC. RGB value is (99,65,252). Sum of RGB (Red+Green+Blue) = 99+65+252=416 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.80% from 416); Green value is 65 (25.78% from 255 or 15.62% from 416); Blue value is 252 (98.83% from 255 or 60.58% from 416); Max value from RGB is 252 - color contains mainly: blue. Hex color #6341FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6341FC is #9CBE03. Grayscale: #5F5F5F. Windows color (decimal): -10272260 or 16531811. OLE color: 16531811.
HSL color Cylindrical-coordinate representation of color #6341FC: hue angle of 250.91º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6341FC is Cyan = 0.61, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 99 | 65 | 252 | - |
| CMYK | 0.61 | 0.74 | 0 | 0.01 |
| HSL | 250.91º | 0.97% | 0.62% | - |
| HSV(B) | 250.91º | 0.74% | 0.99% | - |
| XYZ | 24.61 | 13.46 | 93.4 | - |
| YUV | 96.48 | 215.76 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 65 | 252 | 0.61 | 0.74 | 0 | 0.01 | 250.91 | 0.97 | 0.62 |
| Hex | 63 | 41 | FC | 3D | 4A | 0 | 1 | FB | 61 | 3E |
| Octal | 143 | 101 | 374 | 75 | 112 | 0 | 1 | 373 | 141 | 76 |
| Binary | 1100011 | 1000001 | 11111100 | 111101 | 1001010 | 0 | 1 | 11111011 | 1100001 | 111110 |
Color Harmonies of #6341FC
Complementary color
Monochromatic Colors of #6341FC
Black with #6341FC
Text Example
Text Example
White with #6341FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6341FC; }
p { color: rgb(99,65,252); }
H1.HeaderClassName
{
color: #6341FC;
}
.AnyTagClassName
{
color: #6341FC;
}
</style>
background-color css
<style>
a { background-color: #6341FC; }
a { background-color: rgb(99,65,252); }
div.DivClassName
{
background-color: #6341FC;
}
.BgClassName
{
background-color: #6341FC;
}
</style>
border-color css
<style>
span { border-color: #6341FC; }
span { border-color: rgb(99,65,252); }
td.TdClassName
{
border-color: #6341FC;
}
.TagClassName
{
border-color: #6341FC;
}
</style>