Html Css Color HEX #3136FD Neon Blue

📋 copy color: '#3136FD'

red 49 ◦ green 54 ◦ blue 253

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

Shades of Neon Blue #3136FD

Tints of Neon Blue #3136FD

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.17%

 BLUE value IS 253 (99.22% from 255) = 71.07%

R = 13.76%
G = 15.17%
B = 71.07%

CMYK

 C value IS 0.81

 M value IS 0.79

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3136FD (or 0x3136FD) is known color: Neon Blue. HEX triplet: 31, 36 and FD. RGB value is (49,54,253). Sum of RGB (Red+Green+Blue) = 49+54+253=356 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.76% from 356); Green value is 54 (21.48% from 255 or 15.17% from 356); Blue value is 253 (99.22% from 255 or 71.07% from 356); Max value from RGB is 253 - color contains mainly: blue. Hex color #3136FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3136FD is #CEC902. Grayscale: #4A4A4A. Windows color (decimal): -13551875 or 16594481. OLE color: 16594481.

HSL color Cylindrical-coordinate representation of color #3136FD: hue angle of 238.53º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3136FD is Cyan = 0.81, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 49 54 253 -
CMYK 0.81 0.79 0 0.01
HSL 238.53º 0.98% 0.59% -
HSV(B) 238.53º 0.81% 0.99% -
XYZ 20.32 10.38 93.86 -
YUV 75.19 228.34 109.32 -
System Red Green Blue C M Y K H S L
Decimal 49 54 253 0.81 0.79 0 0.01 238.53 0.98 0.59
Hex 31 36 FD 51 4F 0 1 EF 62 3B
Octal 61 66 375 121 117 0 1 357 142 73
Binary 110001 110110 11111101 1010001 1001111 0 1 11101111 1100010 111011

Color Harmonies of #3136FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3136FD

Black with #3136FD

Text Example


Text Example

White with #3136FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3136FD; }

 p { color: rgb(49,54,253); }

 H1.HeaderClassName
 {
   color: #3136FD;
 }
 .AnyTagClassName
 {
   color: #3136FD;
 }
</style>

background-color css

<style>
 a { background-color: #3136FD; }

 a { background-color: rgb(49,54,253); }

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

border-color css

<style>
 span { border-color: #3136FD; }

 span { border-color: rgb(49,54,253); }

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