Html Css Color HEX #313DF4 Neon Blue

📋 copy color: '#313DF4'

red 49 ◦ green 61 ◦ blue 244

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

Shades of Neon Blue #313DF4

Tints of Neon Blue #313DF4

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.23%

 BLUE value IS 244 (95.7% from 255) = 68.93%

R = 13.84%
G = 17.23%
B = 68.93%

CMYK

 C value IS 0.80

 M value IS 0.75

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#313DF4 (or 0x313DF4) is known color: Neon Blue. HEX triplet: 31, 3D and F4. RGB value is (49,61,244). Sum of RGB (Red+Green+Blue) = 49+61+244=354 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.84% from 354); Green value is 61 (24.22% from 255 or 17.23% from 354); Blue value is 244 (95.70% from 255 or 68.93% from 354); Max value from RGB is 244 - color contains mainly: blue. Hex color #313DF4 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #313DF4 is #CEC20B. Grayscale: #4D4D4D. Windows color (decimal): -13550092 or 16006449. OLE color: 16006449.

HSL color Cylindrical-coordinate representation of color #313DF4: hue angle of 236.31º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #313DF4 is Cyan = 0.80, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 49 61 244 -
CMYK 0.80 0.75 0 0.04
HSL 236.31º 0.9% 0.57% -
HSV(B) 236.31º 0.8% 0.96% -
XYZ 19.26 10.52 86.6 -
YUV 78.27 221.52 107.12 -
System Red Green Blue C M Y K H S L
Decimal 49 61 244 0.80 0.75 0 0.04 236.31 0.9 0.57
Hex 31 3D F4 50 4B 0 4 EC 5A 39
Octal 61 75 364 120 113 0 4 354 132 71
Binary 110001 111101 11110100 1010000 1001011 0 100 11101100 1011010 111001

Color Harmonies of #313DF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313DF4

Black with #313DF4

Text Example


Text Example

White with #313DF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,61,244); }

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

background-color css

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

 a { background-color: rgb(49,61,244); }

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

border-color css

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

 span { border-color: rgb(49,61,244); }

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