#313aff

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

Shades of Neon Blue #313AFF

Tints of Neon Blue #313AFF

Color information

#313AFF (or 0x313AFF) is unknown color: approx Neon Blue. HEX triplet: 31, 3A and FF. RGB value is (49,58,255). Sum of RGB (Red+Green+Blue) = 49+58+255=362 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.54% from 362); Green value is 58 (23.05% from 255 or 16.02% from 362); Blue value is 255 (100% from 255 or 70.44% from 362); Max value from RGB is 255 - color contains mainly: blue. Hex color #313AFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #313AFF is #CEC500. Grayscale: #4C4C4C. Windows color (decimal): -13550849 or 16726577. OLE color: 16726577.

HSL color Cylindrical-coordinate representation of color #313AFF: hue angle of 237.38º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #313AFF is Cyan = 0.81, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB4958255-
CMYK0.810.7700
HSL237.38º100%59.61%-
HSV(B)237.38º80.78%100%-
XYZ20.8310.995.61-
YUV77.77228.02107.48-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.54%
GREEN value IS 58 (23.05% from 255) = 16.02%
BLUE value IS 255 (100% from 255) = 70.44%
R=13.54%
G=16.02%
B=70.44%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal49582550.810.7700237.3810059.61
Hex313AFF514D00ed643c
Octal61723771211150035514474
Binary110001111010111111111010001100110100111011011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313aff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,58,255); }

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

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

 a { background-color: rgb(49,58,255); }

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

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

 span { border-color: rgb(49,58,255); }

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