Html Css Color HEX #313DF8 Neon Blue

📋 copy color: '#313DF8'

red 49 ◦ green 61 ◦ blue 248

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

Shades of Neon Blue #313DF8

Tints of Neon Blue #313DF8

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.04%

 BLUE value IS 248 (97.27% from 255) = 69.27%

R = 13.69%
G = 17.04%
B = 69.27%

CMYK

 C value IS 0.80

 M value IS 0.75

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#313DF8 (or 0x313DF8) is known color: Neon Blue. HEX triplet: 31, 3D and F8. RGB value is (49,61,248). Sum of RGB (Red+Green+Blue) = 49+61+248=358 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.69% from 358); Green value is 61 (24.22% from 255 or 17.04% from 358); Blue value is 248 (97.27% from 255 or 69.27% from 358); Max value from RGB is 248 - color contains mainly: blue. Hex color #313DF8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #313DF8 is #CEC207. Grayscale: #4D4D4D. Windows color (decimal): -13550088 or 16268593. OLE color: 16268593.

HSL color Cylindrical-coordinate representation of color #313DF8: hue angle of 236.38º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #313DF8 is Cyan = 0.80, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 49 61 248 -
CMYK 0.80 0.75 0 0.03
HSL 236.38º 0.93% 0.58% -
HSV(B) 236.38º 0.8% 0.97% -
XYZ 19.88 10.77 89.84 -
YUV 78.73 223.52 106.79 -
System Red Green Blue C M Y K H S L
Decimal 49 61 248 0.80 0.75 0 0.03 236.38 0.93 0.58
Hex 31 3D F8 50 4B 0 3 EC 5D 3A
Octal 61 75 370 120 113 0 3 354 135 72
Binary 110001 111101 11111000 1010000 1001011 0 11 11101100 1011101 111010

Color Harmonies of #313DF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313DF8

Black with #313DF8

Text Example


Text Example

White with #313DF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,61,248); }

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

background-color css

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

 a { background-color: rgb(49,61,248); }

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

border-color css

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

 span { border-color: rgb(49,61,248); }

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