Html Css Color HEX #313CEF Neon Blue

📋 copy color: '#313CEF'

red 49 ◦ green 60 ◦ blue 239

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

Shades of Neon Blue #313CEF

Tints of Neon Blue #313CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 68.68%

R = 14.08%
G = 17.24%
B = 68.68%

CMYK

 C value IS 0.79

 M value IS 0.75

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#313CEF (or 0x313CEF) is known color: Neon Blue. HEX triplet: 31, 3C and EF. RGB value is (49,60,239). Sum of RGB (Red+Green+Blue) = 49+60+239=348 (46% of max value = 765). Red value is 49 (19.53% from 255 or 14.08% from 348); Green value is 60 (23.83% from 255 or 17.24% from 348); Blue value is 239 (93.75% from 255 or 68.68% from 348); Max value from RGB is 239 - color contains mainly: blue. Hex color #313CEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #313CEF is #CEC310. Grayscale: #4C4C4C. Windows color (decimal): -13550353 or 15678513. OLE color: 15678513.

HSL color Cylindrical-coordinate representation of color #313CEF: hue angle of 236.53º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #313CEF is Cyan = 0.79, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 49 60 239 -
CMYK 0.79 0.75 0 0.06
HSL 236.53º 0.86% 0.56% -
HSV(B) 236.53º 0.79% 0.94% -
XYZ 18.46 10.12 82.64 -
YUV 77.12 219.36 107.95 -
System Red Green Blue C M Y K H S L
Decimal 49 60 239 0.79 0.75 0 0.06 236.53 0.86 0.56
Hex 31 3C EF 4F 4B 0 6 ED 56 38
Octal 61 74 357 117 113 0 6 355 126 70
Binary 110001 111100 11101111 1001111 1001011 0 110 11101101 1010110 111000

Color Harmonies of #313CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313CEF

Black with #313CEF

Text Example


Text Example

White with #313CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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