Html Css Color HEX #313AF0 Neon Blue

📋 copy color: '#313AF0'

red 49 ◦ green 58 ◦ blue 240

#313AF0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Blue #313AF0

Tints of Neon Blue #313AF0

RGB

 RED value IS 49 (19.53% from 255) = 14.12%

 GREEN value IS 58 (23.05% from 255) = 16.71%

 BLUE value IS 240 (94.14% from 255) = 69.16%

R = 14.12%
G = 16.71%
B = 69.16%

CMYK

 C value IS 0.80

 M value IS 0.76

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#313AF0 (or 0x313AF0) is known color: Neon Blue. HEX triplet: 31, 3A and F0. RGB value is (49,58,240). Sum of RGB (Red+Green+Blue) = 49+58+240=347 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.12% from 347); Green value is 58 (23.05% from 255 or 16.71% from 347); Blue value is 240 (94.14% from 255 or 69.16% from 347); Max value from RGB is 240 - color contains mainly: blue. Hex color #313AF0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #313AF0 is #CEC50F. Grayscale: #4B4B4B. Windows color (decimal): -13550864 or 15743537. OLE color: 15743537.

HSL color Cylindrical-coordinate representation of color #313AF0: hue angle of 237.17º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #313AF0 is Cyan = 0.80, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 49 58 240 -
CMYK 0.80 0.76 0 0.06
HSL 237.17º 0.86% 0.57% -
HSV(B) 237.17º 0.8% 0.94% -
XYZ 18.51 9.97 83.39 -
YUV 76.06 220.52 108.7 -
System Red Green Blue C M Y K H S L
Decimal 49 58 240 0.80 0.76 0 0.06 237.17 0.86 0.57
Hex 31 3A F0 50 4C 0 6 ED 56 39
Octal 61 72 360 120 114 0 6 355 126 71
Binary 110001 111010 11110000 1010000 1001100 0 110 11101101 1010110 111001

Color Harmonies of #313AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313AF0

Black with #313AF0

Text Example


Text Example

White with #313AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #313AF0;
 }
 .AnyTagClassName
 {
   color: #313AF0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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