Html Css Color HEX #313CFE Neon Blue

📋 copy color: '#313CFE'

red 49 ◦ green 60 ◦ blue 254

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

Shades of Neon Blue #313CFE

Tints of Neon Blue #313CFE

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.53%

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

R = 13.5%
G = 16.53%
B = 69.97%

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

#313CFE (or 0x313CFE) is known color: Neon Blue. HEX triplet: 31, 3C and FE. RGB value is (49,60,254). Sum of RGB (Red+Green+Blue) = 49+60+254=363 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.50% from 363); Green value is 60 (23.83% from 255 or 16.53% from 363); Blue value is 254 (99.61% from 255 or 69.97% from 363); Max value from RGB is 254 - color contains mainly: blue. Hex color #313CFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #313CFE is #CEC301. Grayscale: #4E4E4E. Windows color (decimal): -13550338 or 16661553. OLE color: 16661553.

HSL color Cylindrical-coordinate representation of color #313CFE: hue angle of 236.78º 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 #313CFE is Cyan = 0.81, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 49 60 254 -
CMYK 0.81 0.76 0 0.00
HSL 236.78º 0.99% 0.59% -
HSV(B) 236.78º 0.81% 1% -
XYZ 20.77 11.04 94.8 -
YUV 78.83 226.86 106.73 -
System Red Green Blue C M Y K H S L
Decimal 49 60 254 0.81 0.76 0 0.00 236.78 0.99 0.59
Hex 31 3C FE 51 4C 0 0 ED 63 3B
Octal 61 74 376 121 114 0 0 355 143 73
Binary 110001 111100 11111110 1010001 1001100 0 0 11101101 1100011 111011

Color Harmonies of #313CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313CFE

Black with #313CFE

Text Example


Text Example

White with #313CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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