Html Css Color HEX #4434EA Neon Blue

📋 copy color: '#4434EA'

red 68 ◦ green 52 ◦ blue 234

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

Shades of Neon Blue #4434EA

Tints of Neon Blue #4434EA

RGB

 RED value IS 68 (26.95% from 255) = 19.21%

 GREEN value IS 52 (20.7% from 255) = 14.69%

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

R = 19.21%
G = 14.69%
B = 66.1%

CMYK

 C value IS 0.71

 M value IS 0.78

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4434EA (or 0x4434EA) is known color: Neon Blue. HEX triplet: 44, 34 and EA. RGB value is (68,52,234). Sum of RGB (Red+Green+Blue) = 68+52+234=354 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.21% from 354); Green value is 52 (20.70% from 255 or 14.69% from 354); Blue value is 234 (91.80% from 255 or 66.10% from 354); Max value from RGB is 234 - color contains mainly: blue. Hex color #4434EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4434EA is #BBCB15. Grayscale: #4C4C4C. Windows color (decimal): -12307222 or 15348804. OLE color: 15348804.

HSL color Cylindrical-coordinate representation of color #4434EA: hue angle of 245.27º 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 #4434EA is Cyan = 0.71, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 68 52 234 -
CMYK 0.71 0.78 0 0.08
HSL 245.27º 0.81% 0.56% -
HSV(B) 245.27º 0.78% 0.92% -
XYZ 18.46 9.63 78.73 -
YUV 77.53 216.3 121.2 -
System Red Green Blue C M Y K H S L
Decimal 68 52 234 0.71 0.78 0 0.08 245.27 0.81 0.56
Hex 44 34 EA 47 4E 0 8 F5 51 38
Octal 104 64 352 107 116 0 10 365 121 70
Binary 1000100 110100 11101010 1000111 1001110 0 1000 11110101 1010001 111000

Color Harmonies of #4434EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4434EA

Black with #4434EA

Text Example


Text Example

White with #4434EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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