Html Css Color HEX #312FFD Neon Blue

📋 copy color: '#312FFD'

red 49 ◦ green 47 ◦ blue 253

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

Shades of Neon Blue #312FFD

Tints of Neon Blue #312FFD

RGB

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

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

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

R = 14.04%
G = 13.47%
B = 72.49%

CMYK

 C value IS 0.81

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#312FFD (or 0x312FFD) is known color: Neon Blue. HEX triplet: 31, 2F and FD. RGB value is (49,47,253). Sum of RGB (Red+Green+Blue) = 49+47+253=349 (46% of max value = 765). Red value is 49 (19.53% from 255 or 14.04% from 349); Green value is 47 (18.75% from 255 or 13.47% from 349); Blue value is 253 (99.22% from 255 or 72.49% from 349); Max value from RGB is 253 - color contains mainly: blue. Hex color #312FFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #312FFD is #CED002. Grayscale: #464646. Windows color (decimal): -13553667 or 16592689. OLE color: 16592689.

HSL color Cylindrical-coordinate representation of color #312FFD: hue angle of 240.58º 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 #312FFD is Cyan = 0.81, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 49 47 253 -
CMYK 0.81 0.81 0 0.01
HSL 240.58º 0.98% 0.59% -
HSV(B) 240.58º 0.81% 0.99% -
XYZ 20.01 9.78 93.76 -
YUV 71.08 230.66 112.25 -
System Red Green Blue C M Y K H S L
Decimal 49 47 253 0.81 0.81 0 0.01 240.58 0.98 0.59
Hex 31 2F FD 51 51 0 1 F1 62 3B
Octal 61 57 375 121 121 0 1 361 142 73
Binary 110001 101111 11111101 1010001 1010001 0 1 11110001 1100010 111011

Color Harmonies of #312FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312FFD

Black with #312FFD

Text Example


Text Example

White with #312FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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