Html Css Color HEX #313FFE Neon Blue

📋 copy color: '#313FFE'

red 49 ◦ green 63 ◦ blue 254

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

Shades of Neon Blue #313FFE

Tints of Neon Blue #313FFE

RGB

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

 GREEN value IS 63 (25% from 255) = 17.21%

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

R = 13.39%
G = 17.21%
B = 69.4%

CMYK

 C value IS 0.81

 M value IS 0.75

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#313FFE (or 0x313FFE) is known color: Neon Blue. HEX triplet: 31, 3F and FE. RGB value is (49,63,254). Sum of RGB (Red+Green+Blue) = 49+63+254=366 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.39% from 366); Green value is 63 (25% from 255 or 17.21% from 366); Blue value is 254 (99.61% from 255 or 69.40% from 366); Max value from RGB is 254 - color contains mainly: blue. Hex color #313FFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #313FFE is #CEC001. Grayscale: #4F4F4F. Windows color (decimal): -13549570 or 16662321. OLE color: 16662321.

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

Color convert

RGB 49 63 254 -
CMYK 0.81 0.75 0 0.00
HSL 235.9º 0.99% 0.59% -
HSV(B) 235.9º 0.81% 1% -
XYZ 20.93 11.36 94.86 -
YUV 80.59 225.86 105.47 -
System Red Green Blue C M Y K H S L
Decimal 49 63 254 0.81 0.75 0 0.00 235.9 0.99 0.59
Hex 31 3F FE 51 4B 0 0 EC 63 3B
Octal 61 77 376 121 113 0 0 354 143 73
Binary 110001 111111 11111110 1010001 1001011 0 0 11101100 1100011 111011

Color Harmonies of #313FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313FFE

Black with #313FFE

Text Example


Text Example

White with #313FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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