#4234E7

Color #4234E7 Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #4234E7

Tints of Neon Blue #4234E7

Color information

#4234E7 (or 0x4234E7) is unknown color: approx Neon Blue. HEX triplet: 42, 34 and E7. RGB value is (66,52,231). Sum of RGB (Red+Green+Blue) = 66+52+231=349 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.91% from 349); Green value is 52 (20.70% from 255 or 14.90% from 349); Blue value is 231 (90.62% from 255 or 66.19% from 349); Max value from RGB is 231 - color contains mainly: blue. Hex color #4234E7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4234E7 is #BDCB18. Grayscale: #4B4B4B. Windows color (decimal): -12438297 or 15152194. OLE color: 15152194.

HSL color Cylindrical-coordinate representation of color #4234E7: hue angle of 244.69º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4234E7 is Cyan = 0.71, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB6652231-
CMYK0.710.7700.09
HSL244.69º78.85%55.49%-
HSV(B)244.69º77.49%90.59%-
XYZ17.99.3876.47-
YUV76.59215.14120.45-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.91%
GREEN value IS 52 (20.70% from 255) = 14.90%
BLUE value IS 231 (90.62% from 255) = 66.19%
R=18.91%
G=14.90%
B=66.19%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal66522310.710.7700.09244.6978.8555.49
Hex4234E7474D09f54f37
Octal1026434710711501136511767
Binary1000010110100111001111000111100110101001111101011001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4234E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4234E7; }

 p { color: rgb(66,52,231); }

 H1.HeaderClassName
 {
   color: #4234E7;
 }
 .AnyTagClassName
 {
   color: #4234E7;
 }
</style>
background-color css

<style>
 a { background-color: #4234E7; }

 a { background-color: rgb(66,52,231); }

 div.DivClassName
 {
   background-color: #4234E7;
 }
 .BgClassName
 {
   background-color: #4234E7;
 }
</style>
border-color css

<style>
 span { border-color: #4234E7; }

 span { border-color: rgb(66,52,231); }

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