Html Css Color HEX #3137FA Neon Blue

📋 copy color: '#3137FA'

red 49 ◦ green 55 ◦ blue 250

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

Shades of Neon Blue #3137FA

Tints of Neon Blue #3137FA

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.54%

 BLUE value IS 250 (98.05% from 255) = 70.62%

R = 13.84%
G = 15.54%
B = 70.62%

CMYK

 C value IS 0.80

 M value IS 0.78

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3137FA (or 0x3137FA) is known color: Neon Blue. HEX triplet: 31, 37 and FA. RGB value is (49,55,250). Sum of RGB (Red+Green+Blue) = 49+55+250=354 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.84% from 354); Green value is 55 (21.88% from 255 or 15.54% from 354); Blue value is 250 (98.05% from 255 or 70.62% from 354); Max value from RGB is 250 - color contains mainly: blue. Hex color #3137FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3137FA is #CEC805. Grayscale: #4A4A4A. Windows color (decimal): -13551622 or 16398129. OLE color: 16398129.

HSL color Cylindrical-coordinate representation of color #3137FA: hue angle of 238.21º degrees, saturation: 0.95, 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 #3137FA is Cyan = 0.80, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 49 55 250 -
CMYK 0.80 0.78 0 0.02
HSL 238.21º 0.95% 0.59% -
HSV(B) 238.21º 0.8% 0.98% -
XYZ 19.89 10.29 91.38 -
YUV 75.44 226.51 109.14 -
System Red Green Blue C M Y K H S L
Decimal 49 55 250 0.80 0.78 0 0.02 238.21 0.95 0.59
Hex 31 37 FA 50 4E 0 2 EE 5F 3B
Octal 61 67 372 120 116 0 2 356 137 73
Binary 110001 110111 11111010 1010000 1001110 0 10 11101110 1011111 111011

Color Harmonies of #3137FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3137FA

Black with #3137FA

Text Example


Text Example

White with #3137FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3137FA; }

 p { color: rgb(49,55,250); }

 H1.HeaderClassName
 {
   color: #3137FA;
 }
 .AnyTagClassName
 {
   color: #3137FA;
 }
</style>

background-color css

<style>
 a { background-color: #3137FA; }

 a { background-color: rgb(49,55,250); }

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

border-color css

<style>
 span { border-color: #3137FA; }

 span { border-color: rgb(49,55,250); }

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