Html Css Color HEX #4451EA Neon Blue

📋 copy color: '#4451EA'

red 68 ◦ green 81 ◦ blue 234

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

Shades of Neon Blue #4451EA

Tints of Neon Blue #4451EA

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.15%

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

R = 17.75%
G = 21.15%
B = 61.1%

CMYK

 C value IS 0.71

 M value IS 0.65

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4451EA (or 0x4451EA) is known color: Neon Blue. HEX triplet: 44, 51 and EA. RGB value is (68,81,234). Sum of RGB (Red+Green+Blue) = 68+81+234=383 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.75% from 383); Green value is 81 (32.03% from 255 or 21.15% from 383); Blue value is 234 (91.80% from 255 or 61.10% from 383); Max value from RGB is 234 - color contains mainly: blue. Hex color #4451EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4451EA is #BBAE15. Grayscale: #5D5D5D. Windows color (decimal): -12299798 or 15356228. OLE color: 15356228.

HSL color Cylindrical-coordinate representation of color #4451EA: hue angle of 235.3º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4451EA is Cyan = 0.71, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 68 81 234 -
CMYK 0.71 0.65 0 0.08
HSL 235.3º 0.8% 0.59% -
HSV(B) 235.3º 0.71% 0.92% -
XYZ 20.18 13.05 79.3 -
YUV 94.56 206.69 109.06 -
System Red Green Blue C M Y K H S L
Decimal 68 81 234 0.71 0.65 0 0.08 235.3 0.8 0.59
Hex 44 51 EA 47 41 0 8 EB 50 3B
Octal 104 121 352 107 101 0 10 353 120 73
Binary 1000100 1010001 11101010 1000111 1000001 0 1000 11101011 1010000 111011

Color Harmonies of #4451EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4451EA

Black with #4451EA

Text Example


Text Example

White with #4451EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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