Html Css Color HEX #314EFB Neon Blue

📋 copy color: '#314EFB'

red 49 ◦ green 78 ◦ blue 251

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

Shades of Neon Blue #314EFB

Tints of Neon Blue #314EFB

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20.63%

 BLUE value IS 251 (98.44% from 255) = 66.4%

R = 12.96%
G = 20.63%
B = 66.4%

CMYK

 C value IS 0.80

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#314EFB (or 0x314EFB) is known color: Neon Blue. HEX triplet: 31, 4E and FB. RGB value is (49,78,251). Sum of RGB (Red+Green+Blue) = 49+78+251=378 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.96% from 378); Green value is 78 (30.86% from 255 or 20.63% from 378); Blue value is 251 (98.44% from 255 or 66.40% from 378); Max value from RGB is 251 - color contains mainly: blue. Hex color #314EFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #314EFB is #CEB104. Grayscale: #585858. Windows color (decimal): -13545733 or 16469553. OLE color: 16469553.

HSL color Cylindrical-coordinate representation of color #314EFB: hue angle of 231.39º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #314EFB is Cyan = 0.80, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 49 78 251 -
CMYK 0.80 0.69 0 0.02
HSL 231.39º 0.96% 0.59% -
HSV(B) 231.39º 0.8% 0.98% -
XYZ 21.4 13.07 92.66 -
YUV 89.05 219.39 99.43 -
System Red Green Blue C M Y K H S L
Decimal 49 78 251 0.80 0.69 0 0.02 231.39 0.96 0.59
Hex 31 4E FB 50 45 0 2 E7 60 3B
Octal 61 116 373 120 105 0 2 347 140 73
Binary 110001 1001110 11111011 1010000 1000101 0 10 11100111 1100000 111011

Color Harmonies of #314EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314EFB

Black with #314EFB

Text Example


Text Example

White with #314EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,78,251); }

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

background-color css

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

 a { background-color: rgb(49,78,251); }

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

border-color css

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

 span { border-color: rgb(49,78,251); }

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