Html Css Color HEX #313CF7 Neon Blue

📋 copy color: '#313CF7'

red 49 ◦ green 60 ◦ blue 247

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

Shades of Neon Blue #313CF7

Tints of Neon Blue #313CF7

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.85%

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

R = 13.76%
G = 16.85%
B = 69.38%

CMYK

 C value IS 0.80

 M value IS 0.76

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#313CF7 (or 0x313CF7) is known color: Neon Blue. HEX triplet: 31, 3C and F7. RGB value is (49,60,247). Sum of RGB (Red+Green+Blue) = 49+60+247=356 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.76% from 356); Green value is 60 (23.83% from 255 or 16.85% from 356); Blue value is 247 (96.88% from 255 or 69.38% from 356); Max value from RGB is 247 - color contains mainly: blue. Hex color #313CF7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #313CF7 is #CEC308. Grayscale: #4D4D4D. Windows color (decimal): -13550345 or 16202801. OLE color: 16202801.

HSL color Cylindrical-coordinate representation of color #313CF7: hue angle of 236.67º 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 #313CF7 is Cyan = 0.80, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 49 60 247 -
CMYK 0.80 0.76 0 0.03
HSL 236.67º 0.93% 0.58% -
HSV(B) 236.67º 0.8% 0.97% -
XYZ 19.67 10.6 89 -
YUV 78.03 223.36 107.29 -
System Red Green Blue C M Y K H S L
Decimal 49 60 247 0.80 0.76 0 0.03 236.67 0.93 0.58
Hex 31 3C F7 50 4C 0 3 ED 5D 3A
Octal 61 74 367 120 114 0 3 355 135 72
Binary 110001 111100 11110111 1010000 1001100 0 11 11101101 1011101 111010

Color Harmonies of #313CF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313CF7

Black with #313CF7

Text Example


Text Example

White with #313CF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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