Html Css Color HEX #344CF1 Neon Blue

📋 copy color: '#344CF1'

red 52 ◦ green 76 ◦ blue 241

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

Shades of Neon Blue #344CF1

Tints of Neon Blue #344CF1

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.6%

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

R = 14.09%
G = 20.6%
B = 65.31%

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

#344CF1 (or 0x344CF1) is known color: Neon Blue. HEX triplet: 34, 4C and F1. RGB value is (52,76,241). Sum of RGB (Red+Green+Blue) = 52+76+241=369 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.09% from 369); Green value is 76 (30.08% from 255 or 20.60% from 369); Blue value is 241 (94.53% from 255 or 65.31% from 369); Max value from RGB is 241 - color contains mainly: blue. Hex color #344CF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #344CF1 is #CBB30E. Grayscale: #565656. Windows color (decimal): -13349647 or 15813684. OLE color: 15813684.

HSL color Cylindrical-coordinate representation of color #344CF1: hue angle of 232.38º 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 #344CF1 is Cyan = 0.78, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 52 76 241 -
CMYK 0.78 0.68 0 0.05
HSL 232.38º 0.87% 0.57% -
HSV(B) 232.38º 0.78% 0.95% -
XYZ 19.88 12.25 84.54 -
YUV 87.63 214.55 102.58 -
System Red Green Blue C M Y K H S L
Decimal 52 76 241 0.78 0.68 0 0.05 232.38 0.87 0.57
Hex 34 4C F1 4E 44 0 5 E8 57 39
Octal 64 114 361 116 104 0 5 350 127 71
Binary 110100 1001100 11110001 1001110 1000100 0 101 11101000 1010111 111001

Color Harmonies of #344CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344CF1

Black with #344CF1

Text Example


Text Example

White with #344CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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