Html Css Color HEX #313EFE Neon Blue

📋 copy color: '#313EFE'

red 49 ◦ green 62 ◦ blue 254

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

Shades of Neon Blue #313EFE

Tints of Neon Blue #313EFE

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.99%

 BLUE value IS 254 (99.61% from 255) = 69.59%

R = 13.42%
G = 16.99%
B = 69.59%

CMYK

 C value IS 0.81

 M value IS 0.76

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#313EFE (or 0x313EFE) is known color: Neon Blue. HEX triplet: 31, 3E and FE. RGB value is (49,62,254). Sum of RGB (Red+Green+Blue) = 49+62+254=365 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.42% from 365); Green value is 62 (24.61% from 255 or 16.99% from 365); Blue value is 254 (99.61% from 255 or 69.59% from 365); Max value from RGB is 254 - color contains mainly: blue. Hex color #313EFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #313EFE is #CEC101. Grayscale: #4F4F4F. Windows color (decimal): -13549826 or 16662065. OLE color: 16662065.

HSL color Cylindrical-coordinate representation of color #313EFE: hue angle of 236.2º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #313EFE is Cyan = 0.81, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 49 62 254 -
CMYK 0.81 0.76 0 0.00
HSL 236.2º 0.99% 0.59% -
HSV(B) 236.2º 0.81% 1% -
XYZ 20.88 11.25 94.84 -
YUV 80 226.19 105.89 -
System Red Green Blue C M Y K H S L
Decimal 49 62 254 0.81 0.76 0 0.00 236.2 0.99 0.59
Hex 31 3E FE 51 4C 0 0 EC 63 3B
Octal 61 76 376 121 114 0 0 354 143 73
Binary 110001 111110 11111110 1010001 1001100 0 0 11101100 1100011 111011

Color Harmonies of #313EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313EFE

Black with #313EFE

Text Example


Text Example

White with #313EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313EFE; }

 p { color: rgb(49,62,254); }

 H1.HeaderClassName
 {
   color: #313EFE;
 }
 .AnyTagClassName
 {
   color: #313EFE;
 }
</style>

background-color css

<style>
 a { background-color: #313EFE; }

 a { background-color: rgb(49,62,254); }

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

border-color css

<style>
 span { border-color: #313EFE; }

 span { border-color: rgb(49,62,254); }

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