Html Css Color HEX #313AFE Neon Blue

📋 copy color: '#313AFE'

red 49 ◦ green 58 ◦ blue 254

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

Shades of Neon Blue #313AFE

Tints of Neon Blue #313AFE

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.07%

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

R = 13.57%
G = 16.07%
B = 70.36%

CMYK

 C value IS 0.81

 M value IS 0.77

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#313AFE (or 0x313AFE) is known color: Neon Blue. HEX triplet: 31, 3A and FE. RGB value is (49,58,254). Sum of RGB (Red+Green+Blue) = 49+58+254=361 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.57% from 361); Green value is 58 (23.05% from 255 or 16.07% from 361); Blue value is 254 (99.61% from 255 or 70.36% from 361); Max value from RGB is 254 - color contains mainly: blue. Hex color #313AFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #313AFE is #CEC501. Grayscale: #4C4C4C. Windows color (decimal): -13550850 or 16661041. OLE color: 16661041.

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

Color convert

RGB 49 58 254 -
CMYK 0.81 0.77 0 0.00
HSL 237.37º 0.99% 0.59% -
HSV(B) 237.37º 0.81% 1% -
XYZ 20.67 10.83 94.77 -
YUV 77.65 227.52 107.56 -
System Red Green Blue C M Y K H S L
Decimal 49 58 254 0.81 0.77 0 0.00 237.37 0.99 0.59
Hex 31 3A FE 51 4D 0 0 ED 63 3B
Octal 61 72 376 121 115 0 0 355 143 73
Binary 110001 111010 11111110 1010001 1001101 0 0 11101101 1100011 111011

Color Harmonies of #313AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313AFE

Black with #313AFE

Text Example


Text Example

White with #313AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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