Html Css Color HEX #313EFB Neon Blue

📋 copy color: '#313EFB'

red 49 ◦ green 62 ◦ blue 251

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

Shades of Neon Blue #313EFB

Tints of Neon Blue #313EFB

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.13%

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

R = 13.54%
G = 17.13%
B = 69.34%

CMYK

 C value IS 0.80

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#313EFB (or 0x313EFB) is known color: Neon Blue. HEX triplet: 31, 3E and FB. RGB value is (49,62,251). Sum of RGB (Red+Green+Blue) = 49+62+251=362 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.54% from 362); Green value is 62 (24.61% from 255 or 17.13% from 362); Blue value is 251 (98.44% from 255 or 69.34% from 362); Max value from RGB is 251 - color contains mainly: blue. Hex color #313EFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #313EFB is #CEC104. Grayscale: #4E4E4E. Windows color (decimal): -13549829 or 16465457. OLE color: 16465457.

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

Color convert

RGB 49 62 251 -
CMYK 0.80 0.75 0 0.02
HSL 236.14º 0.96% 0.59% -
HSV(B) 236.14º 0.8% 0.98% -
XYZ 20.4 11.06 92.33 -
YUV 79.66 224.69 106.13 -
System Red Green Blue C M Y K H S L
Decimal 49 62 251 0.80 0.75 0 0.02 236.14 0.96 0.59
Hex 31 3E FB 50 4B 0 2 EC 60 3B
Octal 61 76 373 120 113 0 2 354 140 73
Binary 110001 111110 11111011 1010000 1001011 0 10 11101100 1100000 111011

Color Harmonies of #313EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313EFB

Black with #313EFB

Text Example


Text Example

White with #313EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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