Html Css Color HEX #313DF3 Neon Blue

📋 copy color: '#313DF3'

red 49 ◦ green 61 ◦ blue 243

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

Shades of Neon Blue #313DF3

Tints of Neon Blue #313DF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 68.84%

R = 13.88%
G = 17.28%
B = 68.84%

CMYK

 C value IS 0.80

 M value IS 0.75

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#313DF3 (or 0x313DF3) is known color: Neon Blue. HEX triplet: 31, 3D and F3. RGB value is (49,61,243). Sum of RGB (Red+Green+Blue) = 49+61+243=353 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.88% from 353); Green value is 61 (24.22% from 255 or 17.28% from 353); Blue value is 243 (95.31% from 255 or 68.84% from 353); Max value from RGB is 243 - color contains mainly: blue. Hex color #313DF3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #313DF3 is #CEC20C. Grayscale: #4D4D4D. Windows color (decimal): -13550093 or 15940913. OLE color: 15940913.

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

Color convert

RGB 49 61 243 -
CMYK 0.80 0.75 0 0.05
HSL 236.29º 0.89% 0.57% -
HSV(B) 236.29º 0.8% 0.95% -
XYZ 19.11 10.46 85.81 -
YUV 78.16 221.02 107.2 -
System Red Green Blue C M Y K H S L
Decimal 49 61 243 0.80 0.75 0 0.05 236.29 0.89 0.57
Hex 31 3D F3 50 4B 0 5 EC 59 39
Octal 61 75 363 120 113 0 5 354 131 71
Binary 110001 111101 11110011 1010000 1001011 0 101 11101100 1011001 111001

Color Harmonies of #313DF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313DF3

Black with #313DF3

Text Example


Text Example

White with #313DF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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