Html Css Color HEX #314CFA Neon Blue

📋 copy color: '#314CFA'

red 49 ◦ green 76 ◦ blue 250

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

Shades of Neon Blue #314CFA

Tints of Neon Blue #314CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 66.67%

R = 13.07%
G = 20.27%
B = 66.67%

CMYK

 C value IS 0.80

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#314CFA (or 0x314CFA) is known color: Neon Blue. HEX triplet: 31, 4C and FA. RGB value is (49,76,250). Sum of RGB (Red+Green+Blue) = 49+76+250=375 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.07% from 375); Green value is 76 (30.08% from 255 or 20.27% from 375); Blue value is 250 (98.05% from 255 or 66.67% from 375); Max value from RGB is 250 - color contains mainly: blue. Hex color #314CFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #314CFA is #CEB305. Grayscale: #575757. Windows color (decimal): -13546246 or 16403505. OLE color: 16403505.

HSL color Cylindrical-coordinate representation of color #314CFA: hue angle of 231.94º degrees, saturation: 0.95, 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 #314CFA is Cyan = 0.80, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 49 76 250 -
CMYK 0.80 0.70 0 0.02
HSL 231.94º 0.95% 0.59% -
HSV(B) 231.94º 0.8% 0.98% -
XYZ 21.11 12.72 91.79 -
YUV 87.76 219.55 100.35 -
System Red Green Blue C M Y K H S L
Decimal 49 76 250 0.80 0.70 0 0.02 231.94 0.95 0.59
Hex 31 4C FA 50 46 0 2 E8 5F 3B
Octal 61 114 372 120 106 0 2 350 137 73
Binary 110001 1001100 11111010 1010000 1000110 0 10 11101000 1011111 111011

Color Harmonies of #314CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314CFA

Black with #314CFA

Text Example


Text Example

White with #314CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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