Html Css Color HEX #343BFB Neon Blue

📋 copy color: '#343BFB'

red 52 ◦ green 59 ◦ blue 251

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

Shades of Neon Blue #343BFB

Tints of Neon Blue #343BFB

RGB

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

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

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

R = 14.36%
G = 16.3%
B = 69.34%

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

#343BFB (or 0x343BFB) is known color: Neon Blue. HEX triplet: 34, 3B and FB. RGB value is (52,59,251). Sum of RGB (Red+Green+Blue) = 52+59+251=362 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.36% from 362); Green value is 59 (23.44% from 255 or 16.30% from 362); Blue value is 251 (98.44% from 255 or 69.34% from 362); Max value from RGB is 251 - color contains mainly: blue. Hex color #343BFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #343BFB is #CBC404. Grayscale: #4E4E4E. Windows color (decimal): -13353989 or 16464692. OLE color: 16464692.

HSL color Cylindrical-coordinate representation of color #343BFB: hue angle of 237.89º degrees, saturation: 0.96, 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 #343BFB is Cyan = 0.79, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 52 59 251 -
CMYK 0.79 0.76 0 0.02
HSL 237.89º 0.96% 0.59% -
HSV(B) 237.89º 0.79% 0.98% -
XYZ 20.39 10.82 92.28 -
YUV 78.8 225.18 108.89 -
System Red Green Blue C M Y K H S L
Decimal 52 59 251 0.79 0.76 0 0.02 237.89 0.96 0.59
Hex 34 3B FB 4F 4C 0 2 EE 60 3B
Octal 64 73 373 117 114 0 2 356 140 73
Binary 110100 111011 11111011 1001111 1001100 0 10 11101110 1100000 111011

Color Harmonies of #343BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343BFB

Black with #343BFB

Text Example


Text Example

White with #343BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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