Shades of Neon Blue #6641FE
Tints of Neon Blue #6641FE
RGB
CMYK
RGB Variations
Color information
#6641FE (or 0x6641FE) is known color: Neon Blue. HEX triplet: 66, 41 and FE. RGB value is (102,65,254). Sum of RGB (Red+Green+Blue) = 102+65+254=421 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.23% from 421); Green value is 65 (25.78% from 255 or 15.44% from 421); Blue value is 254 (99.61% from 255 or 60.33% from 421); Max value from RGB is 254 - color contains mainly: blue. Hex color #6641FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6641FE is #99BE01. Grayscale: #606060. Windows color (decimal): -10075650 or 16662886. OLE color: 16662886.
HSL color Cylindrical-coordinate representation of color #6641FE: hue angle of 251.75º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6641FE is Cyan = 0.60, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 102 | 65 | 254 | - |
| CMYK | 0.60 | 0.74 | 0 | 0.00 |
| HSL | 251.75º | 0.99% | 0.63% | - |
| HSV(B) | 251.75º | 0.74% | 1% | - |
| XYZ | 25.26 | 13.76 | 95.09 | - |
| YUV | 97.61 | 216.26 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 65 | 254 | 0.60 | 0.74 | 0 | 0.00 | 251.75 | 0.99 | 0.63 |
| Hex | 66 | 41 | FE | 3C | 4A | 0 | 0 | FC | 63 | 3F |
| Octal | 146 | 101 | 376 | 74 | 112 | 0 | 0 | 374 | 143 | 77 |
| Binary | 1100110 | 1000001 | 11111110 | 111100 | 1001010 | 0 | 0 | 11111100 | 1100011 | 111111 |
Color Harmonies of #6641FE
Complementary color
Monochromatic Colors of #6641FE
Black with #6641FE
Text Example
Text Example
White with #6641FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6641FE; }
p { color: rgb(102,65,254); }
H1.HeaderClassName
{
color: #6641FE;
}
.AnyTagClassName
{
color: #6641FE;
}
</style>
background-color css
<style>
a { background-color: #6641FE; }
a { background-color: rgb(102,65,254); }
div.DivClassName
{
background-color: #6641FE;
}
.BgClassName
{
background-color: #6641FE;
}
</style>
border-color css
<style>
span { border-color: #6641FE; }
span { border-color: rgb(102,65,254); }
td.TdClassName
{
border-color: #6641FE;
}
.TagClassName
{
border-color: #6641FE;
}
</style>