Html Css Color HEX #313CF8 Neon Blue

📋 copy color: '#313CF8'

red 49 ◦ green 60 ◦ blue 248

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

Shades of Neon Blue #313CF8

Tints of Neon Blue #313CF8

RGB

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

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

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

R = 13.73%
G = 16.81%
B = 69.47%

CMYK

 C value IS 0.80

 M value IS 0.76

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#313CF8 (or 0x313CF8) is known color: Neon Blue. HEX triplet: 31, 3C and F8. RGB value is (49,60,248). Sum of RGB (Red+Green+Blue) = 49+60+248=357 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.73% from 357); Green value is 60 (23.83% from 255 or 16.81% from 357); Blue value is 248 (97.27% from 255 or 69.47% from 357); Max value from RGB is 248 - color contains mainly: blue. Hex color #313CF8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #313CF8 is #CEC307. Grayscale: #4D4D4D. Windows color (decimal): -13550344 or 16268337. OLE color: 16268337.

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

Color convert

RGB 49 60 248 -
CMYK 0.80 0.76 0 0.03
HSL 236.68º 0.93% 0.58% -
HSV(B) 236.68º 0.8% 0.97% -
XYZ 19.83 10.66 89.82 -
YUV 78.14 223.86 107.21 -
System Red Green Blue C M Y K H S L
Decimal 49 60 248 0.80 0.76 0 0.03 236.68 0.93 0.58
Hex 31 3C F8 50 4C 0 3 ED 5D 3A
Octal 61 74 370 120 114 0 3 355 135 72
Binary 110001 111100 11111000 1010000 1001100 0 11 11101101 1011101 111010

Color Harmonies of #313CF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313CF8

Black with #313CF8

Text Example


Text Example

White with #313CF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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