Html Css Color HEX #3449F6 Neon Blue

📋 copy color: '#3449F6'

red 52 ◦ green 73 ◦ blue 246

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

Shades of Neon Blue #3449F6

Tints of Neon Blue #3449F6

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.68%

 BLUE value IS 246 (96.48% from 255) = 66.31%

R = 14.02%
G = 19.68%
B = 66.31%

CMYK

 C value IS 0.79

 M value IS 0.70

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#3449F6 (or 0x3449F6) is known color: Neon Blue. HEX triplet: 34, 49 and F6. RGB value is (52,73,246). Sum of RGB (Red+Green+Blue) = 52+73+246=371 (49% of max value = 765). Red value is 52 (20.70% from 255 or 14.02% from 371); Green value is 73 (28.91% from 255 or 19.68% from 371); Blue value is 246 (96.48% from 255 or 66.31% from 371); Max value from RGB is 246 - color contains mainly: blue. Hex color #3449F6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3449F6 is #CBB609. Grayscale: #555555. Windows color (decimal): -13350410 or 16140596. OLE color: 16140596.

HSL color Cylindrical-coordinate representation of color #3449F6: hue angle of 233.51º degrees, saturation: 0.92, 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 #3449F6 is Cyan = 0.79, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 52 73 246 -
CMYK 0.79 0.70 0 0.04
HSL 233.51º 0.92% 0.58% -
HSV(B) 233.51º 0.79% 0.96% -
XYZ 20.43 12.15 88.46 -
YUV 86.44 218.04 103.43 -
System Red Green Blue C M Y K H S L
Decimal 52 73 246 0.79 0.70 0 0.04 233.51 0.92 0.58
Hex 34 49 F6 4F 46 0 4 EA 5C 3A
Octal 64 111 366 117 106 0 4 352 134 72
Binary 110100 1001001 11110110 1001111 1000110 0 100 11101010 1011100 111010

Color Harmonies of #3449F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3449F6

Black with #3449F6

Text Example


Text Example

White with #3449F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3449F6; }

 p { color: rgb(52,73,246); }

 H1.HeaderClassName
 {
   color: #3449F6;
 }
 .AnyTagClassName
 {
   color: #3449F6;
 }
</style>

background-color css

<style>
 a { background-color: #3449F6; }

 a { background-color: rgb(52,73,246); }

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

border-color css

<style>
 span { border-color: #3449F6; }

 span { border-color: rgb(52,73,246); }

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