Html Css Color HEX #312FF1 Neon Blue

📋 copy color: '#312FF1'

red 49 ◦ green 47 ◦ blue 241

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

Shades of Neon Blue #312FF1

Tints of Neon Blue #312FF1

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.95%

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

R = 14.54%
G = 13.95%
B = 71.51%

CMYK

 C value IS 0.80

 M value IS 0.80

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#312FF1 (or 0x312FF1) is known color: Neon Blue. HEX triplet: 31, 2F and F1. RGB value is (49,47,241). Sum of RGB (Red+Green+Blue) = 49+47+241=337 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.54% from 337); Green value is 47 (18.75% from 255 or 13.95% from 337); Blue value is 241 (94.53% from 255 or 71.51% from 337); Max value from RGB is 241 - color contains mainly: blue. Hex color #312FF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #312FF1 is #CED00E. Grayscale: #444444. Windows color (decimal): -13553679 or 15806257. OLE color: 15806257.

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

Color convert

RGB 49 47 241 -
CMYK 0.80 0.80 0 0.05
HSL 240.62º 0.87% 0.56% -
HSV(B) 240.62º 0.8% 0.95% -
XYZ 18.16 9.04 84.01 -
YUV 69.71 224.66 113.23 -
System Red Green Blue C M Y K H S L
Decimal 49 47 241 0.80 0.80 0 0.05 240.62 0.87 0.56
Hex 31 2F F1 50 50 0 5 F1 57 38
Octal 61 57 361 120 120 0 5 361 127 70
Binary 110001 101111 11110001 1010000 1010000 0 101 11110001 1010111 111000

Color Harmonies of #312FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312FF1

Black with #312FF1

Text Example


Text Example

White with #312FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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