Html Css Color HEX #343FEF Neon Blue

📋 copy color: '#343FEF'

red 52 ◦ green 63 ◦ blue 239

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

Shades of Neon Blue #343FEF

Tints of Neon Blue #343FEF

RGB

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

 GREEN value IS 63 (25% from 255) = 17.8%

 BLUE value IS 239 (93.75% from 255) = 67.51%

R = 14.69%
G = 17.8%
B = 67.51%

CMYK

 C value IS 0.78

 M value IS 0.74

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#343FEF (or 0x343FEF) is known color: Neon Blue. HEX triplet: 34, 3F and EF. RGB value is (52,63,239). Sum of RGB (Red+Green+Blue) = 52+63+239=354 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.69% from 354); Green value is 63 (25% from 255 or 17.80% from 354); Blue value is 239 (93.75% from 255 or 67.51% from 354); Max value from RGB is 239 - color contains mainly: blue. Hex color #343FEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #343FEF is #CBC010. Grayscale: #4F4F4F. Windows color (decimal): -13352977 or 15679284. OLE color: 15679284.

HSL color Cylindrical-coordinate representation of color #343FEF: hue angle of 236.47º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #343FEF is Cyan = 0.78, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 52 63 239 -
CMYK 0.78 0.74 0 0.06
HSL 236.47º 0.85% 0.57% -
HSV(B) 236.47º 0.78% 0.94% -
XYZ 18.77 10.52 82.7 -
YUV 79.78 217.86 108.19 -
System Red Green Blue C M Y K H S L
Decimal 52 63 239 0.78 0.74 0 0.06 236.47 0.85 0.57
Hex 34 3F EF 4E 4A 0 6 EC 55 39
Octal 64 77 357 116 112 0 6 354 125 71
Binary 110100 111111 11101111 1001110 1001010 0 110 11101100 1010101 111001

Color Harmonies of #343FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343FEF

Black with #343FEF

Text Example


Text Example

White with #343FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,63,239); }

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

background-color css

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

 a { background-color: rgb(52,63,239); }

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

border-color css

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

 span { border-color: rgb(52,63,239); }

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