Html Css Color HEX #343BFA Neon Blue

📋 copy color: '#343BFA'

red 52 ◦ green 59 ◦ blue 250

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

Shades of Neon Blue #343BFA

Tints of Neon Blue #343BFA

RGB

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

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

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

R = 14.4%
G = 16.34%
B = 69.25%

CMYK

 C value IS 0.79

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#343BFA (or 0x343BFA) is known color: Neon Blue. HEX triplet: 34, 3B and FA. RGB value is (52,59,250). Sum of RGB (Red+Green+Blue) = 52+59+250=361 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.40% from 361); Green value is 59 (23.44% from 255 or 16.34% from 361); Blue value is 250 (98.05% from 255 or 69.25% from 361); Max value from RGB is 250 - color contains mainly: blue. Hex color #343BFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #343BFA is #CBC405. Grayscale: #4D4D4D. Windows color (decimal): -13353990 or 16399156. OLE color: 16399156.

HSL color Cylindrical-coordinate representation of color #343BFA: hue angle of 237.88º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #343BFA is Cyan = 0.79, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 52 59 250 -
CMYK 0.79 0.76 0 0.02
HSL 237.88º 0.95% 0.59% -
HSV(B) 237.88º 0.79% 0.98% -
XYZ 20.24 10.76 91.45 -
YUV 78.68 224.68 108.97 -
System Red Green Blue C M Y K H S L
Decimal 52 59 250 0.79 0.76 0 0.02 237.88 0.95 0.59
Hex 34 3B FA 4F 4C 0 2 EE 5F 3B
Octal 64 73 372 117 114 0 2 356 137 73
Binary 110100 111011 11111010 1001111 1001100 0 10 11101110 1011111 111011

Color Harmonies of #343BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343BFA

Black with #343BFA

Text Example


Text Example

White with #343BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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