Html Css Color HEX #313CF0 Neon Blue

📋 copy color: '#313CF0'

red 49 ◦ green 60 ◦ blue 240

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

Shades of Neon Blue #313CF0

Tints of Neon Blue #313CF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 68.77%

R = 14.04%
G = 17.19%
B = 68.77%

CMYK

 C value IS 0.80

 M value IS 0.75

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#313CF0 (or 0x313CF0) is known color: Neon Blue. HEX triplet: 31, 3C and F0. RGB value is (49,60,240). Sum of RGB (Red+Green+Blue) = 49+60+240=349 (46% of max value = 765). Red value is 49 (19.53% from 255 or 14.04% from 349); Green value is 60 (23.83% from 255 or 17.19% from 349); Blue value is 240 (94.14% from 255 or 68.77% from 349); Max value from RGB is 240 - color contains mainly: blue. Hex color #313CF0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #313CF0 is #CEC30F. Grayscale: #4C4C4C. Windows color (decimal): -13550352 or 15744049. OLE color: 15744049.

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

Color convert

RGB 49 60 240 -
CMYK 0.80 0.75 0 0.06
HSL 236.54º 0.86% 0.57% -
HSV(B) 236.54º 0.8% 0.94% -
XYZ 18.61 10.18 83.42 -
YUV 77.23 219.86 107.86 -
System Red Green Blue C M Y K H S L
Decimal 49 60 240 0.80 0.75 0 0.06 236.54 0.86 0.57
Hex 31 3C F0 50 4B 0 6 ED 56 39
Octal 61 74 360 120 113 0 6 355 126 71
Binary 110001 111100 11110000 1010000 1001011 0 110 11101101 1010110 111001

Color Harmonies of #313CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313CF0

Black with #313CF0

Text Example


Text Example

White with #313CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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