Html Css Color HEX #313FE5 Neon Blue

📋 copy color: '#313FE5'

red 49 ◦ green 63 ◦ blue 229

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

Shades of Neon Blue #313FE5

Tints of Neon Blue #313FE5

RGB

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

 GREEN value IS 63 (25% from 255) = 18.48%

 BLUE value IS 229 (89.84% from 255) = 67.16%

R = 14.37%
G = 18.48%
B = 67.16%

CMYK

 C value IS 0.79

 M value IS 0.72

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#313FE5 (or 0x313FE5) is known color: Neon Blue. HEX triplet: 31, 3F and E5. RGB value is (49,63,229). Sum of RGB (Red+Green+Blue) = 49+63+229=341 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.37% from 341); Green value is 63 (25% from 255 or 18.48% from 341); Blue value is 229 (89.84% from 255 or 67.16% from 341); Max value from RGB is 229 - color contains mainly: blue. Hex color #313FE5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #313FE5 is #CEC01A. Grayscale: #4D4D4D. Windows color (decimal): -13549595 or 15023921. OLE color: 15023921.

HSL color Cylindrical-coordinate representation of color #313FE5: hue angle of 235.33º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #313FE5 is Cyan = 0.79, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 49 63 229 -
CMYK 0.79 0.72 0 0.10
HSL 235.33º 0.78% 0.55% -
HSV(B) 235.33º 0.79% 0.9% -
XYZ 17.19 9.87 75.13 -
YUV 77.74 213.36 107.5 -
System Red Green Blue C M Y K H S L
Decimal 49 63 229 0.79 0.72 0 0.10 235.33 0.78 0.55
Hex 31 3F E5 4F 48 0 A EB 4E 37
Octal 61 77 345 117 110 0 12 353 116 67
Binary 110001 111111 11100101 1001111 1001000 0 1010 11101011 1001110 110111

Color Harmonies of #313FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313FE5

Black with #313FE5

Text Example


Text Example

White with #313FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,63,229); }

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

background-color css

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

 a { background-color: rgb(49,63,229); }

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

border-color css

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

 span { border-color: rgb(49,63,229); }

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