Html Css Color HEX #313FE4 Neon Blue

📋 copy color: '#313FE4'

red 49 ◦ green 63 ◦ blue 228

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

Shades of Neon Blue #313FE4

Tints of Neon Blue #313FE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 67.06%

R = 14.41%
G = 18.53%
B = 67.06%

CMYK

 C value IS 0.79

 M value IS 0.72

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#313FE4 (or 0x313FE4) is known color: Neon Blue. HEX triplet: 31, 3F and E4. RGB value is (49,63,228). Sum of RGB (Red+Green+Blue) = 49+63+228=340 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.41% from 340); Green value is 63 (25% from 255 or 18.53% from 340); Blue value is 228 (89.45% from 255 or 67.06% from 340); Max value from RGB is 228 - color contains mainly: blue. Hex color #313FE4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #313FE4 is #CEC01B. Grayscale: #4C4C4C. Windows color (decimal): -13549596 or 14958385. OLE color: 14958385.

HSL color Cylindrical-coordinate representation of color #313FE4: hue angle of 235.31º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #313FE4 is Cyan = 0.79, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 49 63 228 -
CMYK 0.79 0.72 0 0.11
HSL 235.31º 0.77% 0.54% -
HSV(B) 235.31º 0.79% 0.89% -
XYZ 17.05 9.81 74.39 -
YUV 77.62 212.86 107.58 -
System Red Green Blue C M Y K H S L
Decimal 49 63 228 0.79 0.72 0 0.11 235.31 0.77 0.54
Hex 31 3F E4 4F 48 0 B EB 4D 36
Octal 61 77 344 117 110 0 13 353 115 66
Binary 110001 111111 11100100 1001111 1001000 0 1011 11101011 1001101 110110

Color Harmonies of #313FE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313FE4

Black with #313FE4

Text Example


Text Example

White with #313FE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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