Html Css Color HEX #312DF1 Neon Blue

📋 copy color: '#312DF1'

red 49 ◦ green 45 ◦ blue 241

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

Shades of Neon Blue #312DF1

Tints of Neon Blue #312DF1

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.43%

 BLUE value IS 241 (94.53% from 255) = 71.94%

R = 14.63%
G = 13.43%
B = 71.94%

CMYK

 C value IS 0.80

 M value IS 0.81

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#312DF1 (or 0x312DF1) is known color: Neon Blue. HEX triplet: 31, 2D and F1. RGB value is (49,45,241). Sum of RGB (Red+Green+Blue) = 49+45+241=335 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.63% from 335); Green value is 45 (17.97% from 255 or 13.43% from 335); Blue value is 241 (94.53% from 255 or 71.94% from 335); Max value from RGB is 241 - color contains mainly: blue. Hex color #312DF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #312DF1 is #CED20E. Grayscale: #434343. Windows color (decimal): -13554191 or 15805745. OLE color: 15805745.

HSL color Cylindrical-coordinate representation of color #312DF1: hue angle of 241.22º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #312DF1 is Cyan = 0.80, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 49 45 241 -
CMYK 0.80 0.81 0 0.05
HSL 241.22º 0.88% 0.56% -
HSV(B) 241.22º 0.81% 0.95% -
XYZ 18.08 8.88 83.98 -
YUV 68.54 225.33 114.06 -
System Red Green Blue C M Y K H S L
Decimal 49 45 241 0.80 0.81 0 0.05 241.22 0.88 0.56
Hex 31 2D F1 50 51 0 5 F1 58 38
Octal 61 55 361 120 121 0 5 361 130 70
Binary 110001 101101 11110001 1010000 1010001 0 101 11110001 1011000 111000

Color Harmonies of #312DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312DF1

Black with #312DF1

Text Example


Text Example

White with #312DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312DF1; }

 p { color: rgb(49,45,241); }

 H1.HeaderClassName
 {
   color: #312DF1;
 }
 .AnyTagClassName
 {
   color: #312DF1;
 }
</style>

background-color css

<style>
 a { background-color: #312DF1; }

 a { background-color: rgb(49,45,241); }

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

border-color css

<style>
 span { border-color: #312DF1; }

 span { border-color: rgb(49,45,241); }

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