Html Css Color HEX #344FEE Neon Blue

📋 copy color: '#344FEE'

red 52 ◦ green 79 ◦ blue 238

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

Shades of Neon Blue #344FEE

Tints of Neon Blue #344FEE

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.41%

 BLUE value IS 238 (93.36% from 255) = 64.5%

R = 14.09%
G = 21.41%
B = 64.5%

CMYK

 C value IS 0.78

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#344FEE (or 0x344FEE) is known color: Neon Blue. HEX triplet: 34, 4F and EE. RGB value is (52,79,238). Sum of RGB (Red+Green+Blue) = 52+79+238=369 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.09% from 369); Green value is 79 (31.25% from 255 or 21.41% from 369); Blue value is 238 (93.36% from 255 or 64.50% from 369); Max value from RGB is 238 - color contains mainly: blue. Hex color #344FEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #344FEE is #CBB011. Grayscale: #585858. Windows color (decimal): -13348882 or 15617844. OLE color: 15617844.

HSL color Cylindrical-coordinate representation of color #344FEE: hue angle of 231.29º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #344FEE is Cyan = 0.78, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 52 79 238 -
CMYK 0.78 0.67 0 0.07
HSL 231.29º 0.85% 0.57% -
HSV(B) 231.29º 0.78% 0.93% -
XYZ 19.64 12.5 82.27 -
YUV 89.05 212.05 101.57 -
System Red Green Blue C M Y K H S L
Decimal 52 79 238 0.78 0.67 0 0.07 231.29 0.85 0.57
Hex 34 4F EE 4E 43 0 7 E7 55 39
Octal 64 117 356 116 103 0 7 347 125 71
Binary 110100 1001111 11101110 1001110 1000011 0 111 11100111 1010101 111001

Color Harmonies of #344FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344FEE

Black with #344FEE

Text Example


Text Example

White with #344FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344FEE; }

 p { color: rgb(52,79,238); }

 H1.HeaderClassName
 {
   color: #344FEE;
 }
 .AnyTagClassName
 {
   color: #344FEE;
 }
</style>

background-color css

<style>
 a { background-color: #344FEE; }

 a { background-color: rgb(52,79,238); }

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

border-color css

<style>
 span { border-color: #344FEE; }

 span { border-color: rgb(52,79,238); }

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