Html Css Color HEX #4241EA Neon Blue

📋 copy color: '#4241EA'

red 66 ◦ green 65 ◦ blue 234

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

Shades of Neon Blue #4241EA

Tints of Neon Blue #4241EA

RGB

 RED value IS 66 (26.17% from 255) = 18.08%

 GREEN value IS 65 (25.78% from 255) = 17.81%

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

R = 18.08%
G = 17.81%
B = 64.11%

CMYK

 C value IS 0.72

 M value IS 0.72

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4241EA (or 0x4241EA) is known color: Neon Blue. HEX triplet: 42, 41 and EA. RGB value is (66,65,234). Sum of RGB (Red+Green+Blue) = 66+65+234=365 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.08% from 365); Green value is 65 (25.78% from 255 or 17.81% from 365); Blue value is 234 (91.80% from 255 or 64.11% from 365); Max value from RGB is 234 - color contains mainly: blue. Hex color #4241EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4241EA is #BDBE15. Grayscale: #535353. Windows color (decimal): -12434966 or 15352130. OLE color: 15352130.

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

Color convert

RGB 66 65 234 -
CMYK 0.72 0.72 0 0.08
HSL 240.36º 0.8% 0.59% -
HSV(B) 240.36º 0.72% 0.92% -
XYZ 18.99 10.88 78.94 -
YUV 84.57 212.33 114.76 -
System Red Green Blue C M Y K H S L
Decimal 66 65 234 0.72 0.72 0 0.08 240.36 0.8 0.59
Hex 42 41 EA 48 48 0 8 F0 50 3B
Octal 102 101 352 110 110 0 10 360 120 73
Binary 1000010 1000001 11101010 1001000 1001000 0 1000 11110000 1010000 111011

Color Harmonies of #4241EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4241EA

Black with #4241EA

Text Example


Text Example

White with #4241EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,65,234); }

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

background-color css

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

 a { background-color: rgb(66,65,234); }

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

border-color css

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

 span { border-color: rgb(66,65,234); }

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