Html Css Color HEX #313DF7 Neon Blue

📋 copy color: '#313DF7'

red 49 ◦ green 61 ◦ blue 247

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

Shades of Neon Blue #313DF7

Tints of Neon Blue #313DF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 69.19%

R = 13.73%
G = 17.09%
B = 69.19%

CMYK

 C value IS 0.80

 M value IS 0.75

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#313DF7 (or 0x313DF7) is known color: Neon Blue. HEX triplet: 31, 3D and F7. RGB value is (49,61,247). Sum of RGB (Red+Green+Blue) = 49+61+247=357 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.73% from 357); Green value is 61 (24.22% from 255 or 17.09% from 357); Blue value is 247 (96.88% from 255 or 69.19% from 357); Max value from RGB is 247 - color contains mainly: blue. Hex color #313DF7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #313DF7 is #CEC208. Grayscale: #4D4D4D. Windows color (decimal): -13550089 or 16203057. OLE color: 16203057.

HSL color Cylindrical-coordinate representation of color #313DF7: hue angle of 236.36º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #313DF7 is Cyan = 0.80, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 49 61 247 -
CMYK 0.80 0.75 0 0.03
HSL 236.36º 0.93% 0.58% -
HSV(B) 236.36º 0.8% 0.97% -
XYZ 19.72 10.71 89.02 -
YUV 78.62 223.02 106.88 -
System Red Green Blue C M Y K H S L
Decimal 49 61 247 0.80 0.75 0 0.03 236.36 0.93 0.58
Hex 31 3D F7 50 4B 0 3 EC 5D 3A
Octal 61 75 367 120 113 0 3 354 135 72
Binary 110001 111101 11110111 1010000 1001011 0 11 11101100 1011101 111010

Color Harmonies of #313DF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313DF7

Black with #313DF7

Text Example


Text Example

White with #313DF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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