Html Css Color HEX #343EFB Neon Blue

📋 copy color: '#343EFB'

red 52 ◦ green 62 ◦ blue 251

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

Shades of Neon Blue #343EFB

Tints of Neon Blue #343EFB

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.99%

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

R = 14.25%
G = 16.99%
B = 68.77%

CMYK

 C value IS 0.79

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#343EFB (or 0x343EFB) is known color: Neon Blue. HEX triplet: 34, 3E and FB. RGB value is (52,62,251). Sum of RGB (Red+Green+Blue) = 52+62+251=365 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.25% from 365); Green value is 62 (24.61% from 255 or 16.99% from 365); Blue value is 251 (98.44% from 255 or 68.77% from 365); Max value from RGB is 251 - color contains mainly: blue. Hex color #343EFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #343EFB is #CBC104. Grayscale: #4F4F4F. Windows color (decimal): -13353221 or 16465460. OLE color: 16465460.

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

Color convert

RGB 52 62 251 -
CMYK 0.79 0.75 0 0.02
HSL 236.98º 0.96% 0.59% -
HSV(B) 236.98º 0.79% 0.98% -
XYZ 20.55 11.14 92.33 -
YUV 80.56 224.19 107.63 -
System Red Green Blue C M Y K H S L
Decimal 52 62 251 0.79 0.75 0 0.02 236.98 0.96 0.59
Hex 34 3E FB 4F 4B 0 2 ED 60 3B
Octal 64 76 373 117 113 0 2 355 140 73
Binary 110100 111110 11111011 1001111 1001011 0 10 11101101 1100000 111011

Color Harmonies of #343EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343EFB

Black with #343EFB

Text Example


Text Example

White with #343EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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