Html Css Color HEX #343BF4 Neon Blue

📋 copy color: '#343BF4'

red 52 ◦ green 59 ◦ blue 244

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

Shades of Neon Blue #343BF4

Tints of Neon Blue #343BF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 68.73%

R = 14.65%
G = 16.62%
B = 68.73%

CMYK

 C value IS 0.79

 M value IS 0.76

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#343BF4 (or 0x343BF4) is known color: Neon Blue. HEX triplet: 34, 3B and F4. RGB value is (52,59,244). Sum of RGB (Red+Green+Blue) = 52+59+244=355 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.65% from 355); Green value is 59 (23.44% from 255 or 16.62% from 355); Blue value is 244 (95.70% from 255 or 68.73% from 355); Max value from RGB is 244 - color contains mainly: blue. Hex color #343BF4 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #343BF4 is #CBC40B. Grayscale: #4D4D4D. Windows color (decimal): -13353996 or 16005940. OLE color: 16005940.

HSL color Cylindrical-coordinate representation of color #343BF4: hue angle of 237.81º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #343BF4 is Cyan = 0.79, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 52 59 244 -
CMYK 0.79 0.76 0 0.04
HSL 237.81º 0.9% 0.58% -
HSV(B) 237.81º 0.79% 0.96% -
XYZ 19.31 10.39 86.58 -
YUV 78 221.68 109.46 -
System Red Green Blue C M Y K H S L
Decimal 52 59 244 0.79 0.76 0 0.04 237.81 0.9 0.58
Hex 34 3B F4 4F 4C 0 4 EE 5A 3A
Octal 64 73 364 117 114 0 4 356 132 72
Binary 110100 111011 11110100 1001111 1001100 0 100 11101110 1011010 111010

Color Harmonies of #343BF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343BF4

Black with #343BF4

Text Example


Text Example

White with #343BF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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