Html Css Color HEX #313EFC Neon Blue

📋 copy color: '#313EFC'

red 49 ◦ green 62 ◦ blue 252

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

Shades of Neon Blue #313EFC

Tints of Neon Blue #313EFC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.08%

 BLUE value IS 252 (98.83% from 255) = 69.42%

R = 13.5%
G = 17.08%
B = 69.42%

CMYK

 C value IS 0.81

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#313EFC (or 0x313EFC) is known color: Neon Blue. HEX triplet: 31, 3E and FC. RGB value is (49,62,252). Sum of RGB (Red+Green+Blue) = 49+62+252=363 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.50% from 363); Green value is 62 (24.61% from 255 or 17.08% from 363); Blue value is 252 (98.83% from 255 or 69.42% from 363); Max value from RGB is 252 - color contains mainly: blue. Hex color #313EFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #313EFC is #CEC103. Grayscale: #4F4F4F. Windows color (decimal): -13549828 or 16530993. OLE color: 16530993.

HSL color Cylindrical-coordinate representation of color #313EFC: hue angle of 236.16º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #313EFC is Cyan = 0.81, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 49 62 252 -
CMYK 0.81 0.75 0 0.01
HSL 236.16º 0.97% 0.59% -
HSV(B) 236.16º 0.81% 0.99% -
XYZ 20.56 11.13 93.16 -
YUV 79.77 225.19 106.05 -
System Red Green Blue C M Y K H S L
Decimal 49 62 252 0.81 0.75 0 0.01 236.16 0.97 0.59
Hex 31 3E FC 51 4B 0 1 EC 61 3B
Octal 61 76 374 121 113 0 1 354 141 73
Binary 110001 111110 11111100 1010001 1001011 0 1 11101100 1100001 111011

Color Harmonies of #313EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313EFC

Black with #313EFC

Text Example


Text Example

White with #313EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,62,252); }

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

background-color css

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

 a { background-color: rgb(49,62,252); }

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

border-color css

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

 span { border-color: rgb(49,62,252); }

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