Html Css Color HEX #313DF0 Neon Blue

📋 copy color: '#313DF0'

red 49 ◦ green 61 ◦ blue 240

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

Shades of Neon Blue #313DF0

Tints of Neon Blue #313DF0

RGB

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

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

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

R = 14%
G = 17.43%
B = 68.57%

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

#313DF0 (or 0x313DF0) is known color: Neon Blue. HEX triplet: 31, 3D and F0. RGB value is (49,61,240). Sum of RGB (Red+Green+Blue) = 49+61+240=350 (46% of max value = 765). Red value is 49 (19.53% from 255 or 14% from 350); Green value is 61 (24.22% from 255 or 17.43% from 350); Blue value is 240 (94.14% from 255 or 68.57% from 350); Max value from RGB is 240 - color contains mainly: blue. Hex color #313DF0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #313DF0 is #CEC20F. Grayscale: #4D4D4D. Windows color (decimal): -13550096 or 15744305. OLE color: 15744305.

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

Color convert

RGB 49 61 240 -
CMYK 0.80 0.75 0 0.06
HSL 236.23º 0.86% 0.57% -
HSV(B) 236.23º 0.8% 0.94% -
XYZ 18.66 10.28 83.44 -
YUV 77.82 219.52 107.45 -
System Red Green Blue C M Y K H S L
Decimal 49 61 240 0.80 0.75 0 0.06 236.23 0.86 0.57
Hex 31 3D F0 50 4B 0 6 EC 56 39
Octal 61 75 360 120 113 0 6 354 126 71
Binary 110001 111101 11110000 1010000 1001011 0 110 11101100 1010110 111001

Color Harmonies of #313DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313DF0

Black with #313DF0

Text Example


Text Example

White with #313DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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