Html Css Color HEX #344EF1 Neon Blue

📋 copy color: '#344EF1'

red 52 ◦ green 78 ◦ blue 241

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

Shades of Neon Blue #344EF1

Tints of Neon Blue #344EF1

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.02%

 BLUE value IS 241 (94.53% from 255) = 64.96%

R = 14.02%
G = 21.02%
B = 64.96%

CMYK

 C value IS 0.78

 M value IS 0.68

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#344EF1 (or 0x344EF1) is known color: Neon Blue. HEX triplet: 34, 4E and F1. RGB value is (52,78,241). Sum of RGB (Red+Green+Blue) = 52+78+241=371 (49% of max value = 765). Red value is 52 (20.70% from 255 or 14.02% from 371); Green value is 78 (30.86% from 255 or 21.02% from 371); Blue value is 241 (94.53% from 255 or 64.96% from 371); Max value from RGB is 241 - color contains mainly: blue. Hex color #344EF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #344EF1 is #CBB10E. Grayscale: #585858. Windows color (decimal): -13349135 or 15814196. OLE color: 15814196.

HSL color Cylindrical-coordinate representation of color #344EF1: hue angle of 231.75º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #344EF1 is Cyan = 0.78, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 52 78 241 -
CMYK 0.78 0.68 0 0.05
HSL 231.75º 0.87% 0.57% -
HSV(B) 231.75º 0.78% 0.95% -
XYZ 20.02 12.53 84.58 -
YUV 88.81 213.89 101.75 -
System Red Green Blue C M Y K H S L
Decimal 52 78 241 0.78 0.68 0 0.05 231.75 0.87 0.57
Hex 34 4E F1 4E 44 0 5 E8 57 39
Octal 64 116 361 116 104 0 5 350 127 71
Binary 110100 1001110 11110001 1001110 1000100 0 101 11101000 1010111 111001

Color Harmonies of #344EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344EF1

Black with #344EF1

Text Example


Text Example

White with #344EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,78,241); }

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

background-color css

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

 a { background-color: rgb(52,78,241); }

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

border-color css

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

 span { border-color: rgb(52,78,241); }

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