Html Css Color HEX #343BFE Neon Blue

📋 copy color: '#343BFE'

red 52 ◦ green 59 ◦ blue 254

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

Shades of Neon Blue #343BFE

Tints of Neon Blue #343BFE

RGB

 RED value IS 52 (20.7% from 255) = 14.25%

 GREEN value IS 59 (23.44% from 255) = 16.16%

 BLUE value IS 254 (99.61% from 255) = 69.59%

R = 14.25%
G = 16.16%
B = 69.59%

CMYK

 C value IS 0.80

 M value IS 0.77

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#343BFE (or 0x343BFE) is known color: Neon Blue. HEX triplet: 34, 3B and FE. RGB value is (52,59,254). Sum of RGB (Red+Green+Blue) = 52+59+254=365 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.25% from 365); Green value is 59 (23.44% from 255 or 16.16% from 365); Blue value is 254 (99.61% from 255 or 69.59% from 365); Max value from RGB is 254 - color contains mainly: blue. Hex color #343BFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #343BFE is #CBC401. Grayscale: #4E4E4E. Windows color (decimal): -13353986 or 16661300. OLE color: 16661300.

HSL color Cylindrical-coordinate representation of color #343BFE: hue angle of 237.92º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #343BFE is Cyan = 0.80, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 52 59 254 -
CMYK 0.80 0.77 0 0.00
HSL 237.92º 0.99% 0.6% -
HSV(B) 237.92º 0.8% 1% -
XYZ 20.87 11.01 94.79 -
YUV 79.14 226.68 108.64 -
System Red Green Blue C M Y K H S L
Decimal 52 59 254 0.80 0.77 0 0.00 237.92 0.99 0.6
Hex 34 3B FE 50 4D 0 0 EE 63 3C
Octal 64 73 376 120 115 0 0 356 143 74
Binary 110100 111011 11111110 1010000 1001101 0 0 11101110 1100011 111100

Color Harmonies of #343BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343BFE

Black with #343BFE

Text Example


Text Example

White with #343BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343BFE; }

 p { color: rgb(52,59,254); }

 H1.HeaderClassName
 {
   color: #343BFE;
 }
 .AnyTagClassName
 {
   color: #343BFE;
 }
</style>

background-color css

<style>
 a { background-color: #343BFE; }

 a { background-color: rgb(52,59,254); }

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

border-color css

<style>
 span { border-color: #343BFE; }

 span { border-color: rgb(52,59,254); }

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