Html Css Color HEX #314CEC Neon Blue

📋 copy color: '#314CEC'

red 49 ◦ green 76 ◦ blue 236

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

Shades of Neon Blue #314CEC

Tints of Neon Blue #314CEC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.05%

 BLUE value IS 236 (92.58% from 255) = 65.37%

R = 13.57%
G = 21.05%
B = 65.37%

CMYK

 C value IS 0.79

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#314CEC (or 0x314CEC) is known color: Neon Blue. HEX triplet: 31, 4C and EC. RGB value is (49,76,236). Sum of RGB (Red+Green+Blue) = 49+76+236=361 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.57% from 361); Green value is 76 (30.08% from 255 or 21.05% from 361); Blue value is 236 (92.58% from 255 or 65.37% from 361); Max value from RGB is 236 - color contains mainly: blue. Hex color #314CEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #314CEC is #CEB313. Grayscale: #555555. Windows color (decimal): -13546260 or 15486001. OLE color: 15486001.

HSL color Cylindrical-coordinate representation of color #314CEC: hue angle of 231.34º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #314CEC is Cyan = 0.79, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 49 76 236 -
CMYK 0.79 0.68 0 0.07
HSL 231.34º 0.83% 0.56% -
HSV(B) 231.34º 0.79% 0.93% -
XYZ 18.99 11.88 80.65 -
YUV 86.17 212.55 101.49 -
System Red Green Blue C M Y K H S L
Decimal 49 76 236 0.79 0.68 0 0.07 231.34 0.83 0.56
Hex 31 4C EC 4F 44 0 7 E7 53 38
Octal 61 114 354 117 104 0 7 347 123 70
Binary 110001 1001100 11101100 1001111 1000100 0 111 11100111 1010011 111000

Color Harmonies of #314CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314CEC

Black with #314CEC

Text Example


Text Example

White with #314CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314CEC; }

 p { color: rgb(49,76,236); }

 H1.HeaderClassName
 {
   color: #314CEC;
 }
 .AnyTagClassName
 {
   color: #314CEC;
 }
</style>

background-color css

<style>
 a { background-color: #314CEC; }

 a { background-color: rgb(49,76,236); }

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

border-color css

<style>
 span { border-color: #314CEC; }

 span { border-color: rgb(49,76,236); }

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