Shades of Neon Blue #2331F5
Tints of Neon Blue #2331F5
RGB
CMYK
RGB Variations
Color information
#2331F5 (or 0x2331F5) is known color: Neon Blue. HEX triplet: 23, 31 and F5. RGB value is (35,49,245). Sum of RGB (Red+Green+Blue) = 35+49+245=329 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.64% from 329); Green value is 49 (19.53% from 255 or 14.89% from 329); Blue value is 245 (96.09% from 255 or 74.47% from 329); Max value from RGB is 245 - color contains mainly: blue. Hex color #2331F5 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2331F5 is #DCCE0A. Grayscale: #424242. Windows color (decimal): -14470667 or 16068899. OLE color: 16068899.
HSL color Cylindrical-coordinate representation of color #2331F5: hue angle of 236º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2331F5 is Cyan = 0.86, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 35 | 49 | 245 | - |
| CMYK | 0.86 | 0.8 | 0 | 0.04 |
| HSL | 236º | 0.91% | 0.55% | - |
| HSV(B) | 236º | 0.86% | 0.96% | - |
| XYZ | 18.27 | 9.15 | 87.19 | - |
| YUV | 67.16 | 228.36 | 105.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 49 | 245 | 0.86 | 0.8 | 0 | 0.04 | 236 | 0.91 | 0.55 |
| Hex | 23 | 31 | F5 | 56 | 50 | 0 | 4 | EC | 5B | 37 |
| Octal | 43 | 61 | 365 | 126 | 120 | 0 | 4 | 354 | 133 | 67 |
| Binary | 100011 | 110001 | 11110101 | 1010110 | 1010000 | 0 | 100 | 11101100 | 1011011 | 110111 |
Color Harmonies of #2331F5
Complementary color
Monochromatic Colors of #2331F5
Black with #2331F5
Text Example
Text Example
White with #2331F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2331F5; }
p { color: rgb(35,49,245); }
H1.HeaderClassName
{
color: #2331F5;
}
.AnyTagClassName
{
color: #2331F5;
}
</style>
background-color css
<style>
a { background-color: #2331F5; }
a { background-color: rgb(35,49,245); }
div.DivClassName
{
background-color: #2331F5;
}
.BgClassName
{
background-color: #2331F5;
}
</style>
border-color css
<style>
span { border-color: #2331F5; }
span { border-color: rgb(35,49,245); }
td.TdClassName
{
border-color: #2331F5;
}
.TagClassName
{
border-color: #2331F5;
}
</style>