#3138F9

Color #3138F9 Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #3138F9

Tints of Neon Blue #3138F9

Color information

#3138F9 (or 0x3138F9) is unknown color: approx Neon Blue. HEX triplet: 31, 38 and F9. RGB value is (49,56,249). Sum of RGB (Red+Green+Blue) = 49+56+249=354 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.84% from 354); Green value is 56 (22.27% from 255 or 15.82% from 354); Blue value is 249 (97.66% from 255 or 70.34% from 354); Max value from RGB is 249 - color contains mainly: blue. Hex color #3138F9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3138F9 is #CEC706. Grayscale: #4B4B4B. Windows color (decimal): -13551367 or 16332849. OLE color: 16332849.

HSL color Cylindrical-coordinate representation of color #3138F9: hue angle of 237.9º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3138F9 is Cyan = 0.80, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB4956249-
CMYK0.800.7800.02
HSL237.9º94.34%58.43%-
HSV(B)237.9º80.32%97.65%-
XYZ19.7810.3290.57-
YUV75.91225.68108.81-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.84%
GREEN value IS 56 (22.27% from 255) = 15.82%
BLUE value IS 249 (97.66% from 255) = 70.34%
R=13.84%
G=15.82%
B=70.34%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal49562490.800.7800.02237.994.3458.43
Hex3138F9504E02ee5e3a
Octal61703711201160235613672
Binary1100011110001111100110100001001110010111011101011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3138F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3138F9; }

 p { color: rgb(49,56,249); }

 H1.HeaderClassName
 {
   color: #3138F9;
 }
 .AnyTagClassName
 {
   color: #3138F9;
 }
</style>
background-color css

<style>
 a { background-color: #3138F9; }

 a { background-color: rgb(49,56,249); }

 div.DivClassName
 {
   background-color: #3138F9;
 }
 .BgClassName
 {
   background-color: #3138F9;
 }
</style>
border-color css

<style>
 span { border-color: #3138F9; }

 span { border-color: rgb(49,56,249); }

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