Html Css Color HEX #313FEF Neon Blue

📋 copy color: '#313FEF'

red 49 ◦ green 63 ◦ blue 239

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

Shades of Neon Blue #313FEF

Tints of Neon Blue #313FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 68.09%

R = 13.96%
G = 17.95%
B = 68.09%

CMYK

 C value IS 0.79

 M value IS 0.74

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#313FEF (or 0x313FEF) is known color: Neon Blue. HEX triplet: 31, 3F and EF. RGB value is (49,63,239). Sum of RGB (Red+Green+Blue) = 49+63+239=351 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.96% from 351); Green value is 63 (25% from 255 or 17.95% from 351); Blue value is 239 (93.75% from 255 or 68.09% from 351); Max value from RGB is 239 - color contains mainly: blue. Hex color #313FEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #313FEF is #CEC010. Grayscale: #4E4E4E. Windows color (decimal): -13549585 or 15679281. OLE color: 15679281.

HSL color Cylindrical-coordinate representation of color #313FEF: hue angle of 235.58º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #313FEF is Cyan = 0.79, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 49 63 239 -
CMYK 0.79 0.74 0 0.06
HSL 235.58º 0.86% 0.56% -
HSV(B) 235.58º 0.79% 0.94% -
XYZ 18.62 10.44 82.69 -
YUV 78.88 218.36 106.69 -
System Red Green Blue C M Y K H S L
Decimal 49 63 239 0.79 0.74 0 0.06 235.58 0.86 0.56
Hex 31 3F EF 4F 4A 0 6 EC 56 38
Octal 61 77 357 117 112 0 6 354 126 70
Binary 110001 111111 11101111 1001111 1001010 0 110 11101100 1010110 111000

Color Harmonies of #313FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313FEF

Black with #313FEF

Text Example


Text Example

White with #313FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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