Html Css Color HEX #314CFD Neon Blue

📋 copy color: '#314CFD'

red 49 ◦ green 76 ◦ blue 253

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

Shades of Neon Blue #314CFD

Tints of Neon Blue #314CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 66.93%

R = 12.96%
G = 20.11%
B = 66.93%

CMYK

 C value IS 0.81

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#314CFD (or 0x314CFD) is known color: Neon Blue. HEX triplet: 31, 4C and FD. RGB value is (49,76,253). Sum of RGB (Red+Green+Blue) = 49+76+253=378 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.96% from 378); Green value is 76 (30.08% from 255 or 20.11% from 378); Blue value is 253 (99.22% from 255 or 66.93% from 378); Max value from RGB is 253 - color contains mainly: blue. Hex color #314CFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #314CFD is #CEB302. Grayscale: #575757. Windows color (decimal): -13546243 or 16600113. OLE color: 16600113.

HSL color Cylindrical-coordinate representation of color #314CFD: hue angle of 232.06º degrees, saturation: 0.98, 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 #314CFD is Cyan = 0.81, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 49 76 253 -
CMYK 0.81 0.70 0 0.01
HSL 232.06º 0.98% 0.59% -
HSV(B) 232.06º 0.81% 0.99% -
XYZ 21.58 12.91 94.28 -
YUV 88.11 221.05 100.11 -
System Red Green Blue C M Y K H S L
Decimal 49 76 253 0.81 0.70 0 0.01 232.06 0.98 0.59
Hex 31 4C FD 51 46 0 1 E8 62 3B
Octal 61 114 375 121 106 0 1 350 142 73
Binary 110001 1001100 11111101 1010001 1000110 0 1 11101000 1100010 111011

Color Harmonies of #314CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314CFD

Black with #314CFD

Text Example


Text Example

White with #314CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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