Html Css Color HEX #312EEE Neon Blue

📋 copy color: '#312EEE'

red 49 ◦ green 46 ◦ blue 238

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

Shades of Neon Blue #312EEE

Tints of Neon Blue #312EEE

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.81%

 BLUE value IS 238 (93.36% from 255) = 71.47%

R = 14.71%
G = 13.81%
B = 71.47%

CMYK

 C value IS 0.79

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#312EEE (or 0x312EEE) is known color: Neon Blue. HEX triplet: 31, 2E and EE. RGB value is (49,46,238). Sum of RGB (Red+Green+Blue) = 49+46+238=333 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.71% from 333); Green value is 46 (18.36% from 255 or 13.81% from 333); Blue value is 238 (93.36% from 255 or 71.47% from 333); Max value from RGB is 238 - color contains mainly: blue. Hex color #312EEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #312EEE is #CED111. Grayscale: #444444. Windows color (decimal): -13553938 or 15609393. OLE color: 15609393.

HSL color Cylindrical-coordinate representation of color #312EEE: hue angle of 240.94º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #312EEE is Cyan = 0.79, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 49 46 238 -
CMYK 0.79 0.81 0 0.07
HSL 240.94º 0.85% 0.56% -
HSV(B) 240.94º 0.81% 0.93% -
XYZ 17.68 8.78 81.65 -
YUV 68.79 223.49 113.89 -
System Red Green Blue C M Y K H S L
Decimal 49 46 238 0.79 0.81 0 0.07 240.94 0.85 0.56
Hex 31 2E EE 4F 51 0 7 F1 55 38
Octal 61 56 356 117 121 0 7 361 125 70
Binary 110001 101110 11101110 1001111 1010001 0 111 11110001 1010101 111000

Color Harmonies of #312EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312EEE

Black with #312EEE

Text Example


Text Example

White with #312EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,46,238); }

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

background-color css

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

 a { background-color: rgb(49,46,238); }

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

border-color css

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

 span { border-color: rgb(49,46,238); }

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