#313EEB

Color #313EEB Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #313EEB

Tints of Neon Blue #313EEB

Color information

#313EEB (or 0x313EEB) is unknown color: approx Neon Blue. HEX triplet: 31, 3E and EB. RGB value is (49,62,235). Sum of RGB (Red+Green+Blue) = 49+62+235=346 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.16% from 346); Green value is 62 (24.61% from 255 or 17.92% from 346); Blue value is 235 (92.19% from 255 or 67.92% from 346); Max value from RGB is 235 - color contains mainly: blue. Hex color #313EEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #313EEB is #CEC114. Grayscale: #4D4D4D. Windows color (decimal): -13549845 or 15416881. OLE color: 15416881.

HSL color Cylindrical-coordinate representation of color #313EEB: hue angle of 235.81º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #313EEB is Cyan = 0.79, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB4962235-
CMYK0.790.7400.08
HSL235.81º82.3%55.69%-
HSV(B)235.81º79.15%92.16%-
XYZ17.9810.179.6-
YUV77.84216.69107.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 49 (19.53% from 255) = 14.16%
GREEN value IS 62 (24.61% from 255) = 17.92%
BLUE value IS 235 (92.19% from 255) = 67.92%
R=14.16%
G=17.92%
B=67.92%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal49622350.790.7400.08235.8182.355.69
Hex313EEB4F4A08ec5238
Octal617635311711201035412270
Binary110001111110111010111001111100101001000111011001010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313EEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313EEB; }

 p { color: rgb(49,62,235); }

 H1.HeaderClassName
 {
   color: #313EEB;
 }
 .AnyTagClassName
 {
   color: #313EEB;
 }
</style>
background-color css

<style>
 a { background-color: #313EEB; }

 a { background-color: rgb(49,62,235); }

 div.DivClassName
 {
   background-color: #313EEB;
 }
 .BgClassName
 {
   background-color: #313EEB;
 }
</style>
border-color css

<style>
 span { border-color: #313EEB; }

 span { border-color: rgb(49,62,235); }

 td.TdClassName
 {
   border-color: #313EEB;
 }
 .TagClassName
 {
   border-color: #313EEB;
 }
</style>