Html Css Color HEX #313FEC Neon Blue

📋 copy color: '#313FEC'

red 49 ◦ green 63 ◦ blue 236

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

Shades of Neon Blue #313FEC

Tints of Neon Blue #313FEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 67.82%

R = 14.08%
G = 18.1%
B = 67.82%

CMYK

 C value IS 0.79

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#313FEC (or 0x313FEC) is known color: Neon Blue. HEX triplet: 31, 3F and EC. RGB value is (49,63,236). Sum of RGB (Red+Green+Blue) = 49+63+236=348 (46% of max value = 765). Red value is 49 (19.53% from 255 or 14.08% from 348); Green value is 63 (25% from 255 or 18.10% from 348); Blue value is 236 (92.58% from 255 or 67.82% from 348); Max value from RGB is 236 - color contains mainly: blue. Hex color #313FEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #313FEC is #CEC013. Grayscale: #4D4D4D. Windows color (decimal): -13549588 or 15482673. OLE color: 15482673.

HSL color Cylindrical-coordinate representation of color #313FEC: hue angle of 235.51º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #313FEC is Cyan = 0.79, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 49 63 236 -
CMYK 0.79 0.73 0 0.07
HSL 235.51º 0.83% 0.56% -
HSV(B) 235.51º 0.79% 0.93% -
XYZ 18.18 10.26 80.38 -
YUV 78.54 216.86 106.93 -
System Red Green Blue C M Y K H S L
Decimal 49 63 236 0.79 0.73 0 0.07 235.51 0.83 0.56
Hex 31 3F EC 4F 49 0 7 EC 53 38
Octal 61 77 354 117 111 0 7 354 123 70
Binary 110001 111111 11101100 1001111 1001001 0 111 11101100 1010011 111000

Color Harmonies of #313FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313FEC

Black with #313FEC

Text Example


Text Example

White with #313FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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