Html Css Color HEX #3446EA Neon Blue

📋 copy color: '#3446EA'

red 52 ◦ green 70 ◦ blue 234

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

Shades of Neon Blue #3446EA

Tints of Neon Blue #3446EA

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.66%

 BLUE value IS 234 (91.8% from 255) = 65.73%

R = 14.61%
G = 19.66%
B = 65.73%

CMYK

 C value IS 0.78

 M value IS 0.70

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#3446EA (or 0x3446EA) is known color: Neon Blue. HEX triplet: 34, 46 and EA. RGB value is (52,70,234). Sum of RGB (Red+Green+Blue) = 52+70+234=356 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.61% from 356); Green value is 70 (27.73% from 255 or 19.66% from 356); Blue value is 234 (91.80% from 255 or 65.73% from 356); Max value from RGB is 234 - color contains mainly: blue. Hex color #3446EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3446EA is #CBB915. Grayscale: #525252. Windows color (decimal): -13351190 or 15353396. OLE color: 15353396.

HSL color Cylindrical-coordinate representation of color #3446EA: hue angle of 234.07º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3446EA is Cyan = 0.78, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 52 70 234 -
CMYK 0.78 0.70 0 0.08
HSL 234.07º 0.81% 0.56% -
HSV(B) 234.07º 0.78% 0.92% -
XYZ 18.46 11.05 79 -
YUV 83.31 213.04 105.66 -
System Red Green Blue C M Y K H S L
Decimal 52 70 234 0.78 0.70 0 0.08 234.07 0.81 0.56
Hex 34 46 EA 4E 46 0 8 EA 51 38
Octal 64 106 352 116 106 0 10 352 121 70
Binary 110100 1000110 11101010 1001110 1000110 0 1000 11101010 1010001 111000

Color Harmonies of #3446EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3446EA

Black with #3446EA

Text Example


Text Example

White with #3446EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3446EA; }

 p { color: rgb(52,70,234); }

 H1.HeaderClassName
 {
   color: #3446EA;
 }
 .AnyTagClassName
 {
   color: #3446EA;
 }
</style>

background-color css

<style>
 a { background-color: #3446EA; }

 a { background-color: rgb(52,70,234); }

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

border-color css

<style>
 span { border-color: #3446EA; }

 span { border-color: rgb(52,70,234); }

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