Html Css Color HEX #313DFB Neon Blue

📋 copy color: '#313DFB'

red 49 ◦ green 61 ◦ blue 251

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

Shades of Neon Blue #313DFB

Tints of Neon Blue #313DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 69.53%

R = 13.57%
G = 16.9%
B = 69.53%

CMYK

 C value IS 0.80

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#313DFB (or 0x313DFB) is known color: Neon Blue. HEX triplet: 31, 3D and FB. RGB value is (49,61,251). Sum of RGB (Red+Green+Blue) = 49+61+251=361 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.57% from 361); Green value is 61 (24.22% from 255 or 16.90% from 361); Blue value is 251 (98.44% from 255 or 69.53% from 361); Max value from RGB is 251 - color contains mainly: blue. Hex color #313DFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #313DFB is #CEC204. Grayscale: #4E4E4E. Windows color (decimal): -13550085 or 16465201. OLE color: 16465201.

HSL color Cylindrical-coordinate representation of color #313DFB: hue angle of 236.44º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #313DFB is Cyan = 0.80, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 49 61 251 -
CMYK 0.80 0.76 0 0.02
HSL 236.44º 0.96% 0.59% -
HSV(B) 236.44º 0.8% 0.98% -
XYZ 20.35 10.96 92.31 -
YUV 79.07 225.02 106.55 -
System Red Green Blue C M Y K H S L
Decimal 49 61 251 0.80 0.76 0 0.02 236.44 0.96 0.59
Hex 31 3D FB 50 4C 0 2 EC 60 3B
Octal 61 75 373 120 114 0 2 354 140 73
Binary 110001 111101 11111011 1010000 1001100 0 10 11101100 1100000 111011

Color Harmonies of #313DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313DFB

Black with #313DFB

Text Example


Text Example

White with #313DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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