#423AE0

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

Shades of Neon Blue #423AE0

Tints of Neon Blue #423AE0

Color information

#423AE0 (or 0x423AE0) is unknown color: approx Neon Blue. HEX triplet: 42, 3A and E0. RGB value is (66,58,224). Sum of RGB (Red+Green+Blue) = 66+58+224=348 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.97% from 348); Green value is 58 (23.05% from 255 or 16.67% from 348); Blue value is 224 (87.89% from 255 or 64.37% from 348); Max value from RGB is 224 - color contains mainly: blue. Hex color #423AE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #423AE0 is #BDC51F. Grayscale: #4E4E4E. Windows color (decimal): -12436768 or 14694978. OLE color: 14694978.

HSL color Cylindrical-coordinate representation of color #423AE0: hue angle of 242.89º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #423AE0 is Cyan = 0.71, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB6658224-
CMYK0.710.7400.12
HSL242.89º72.81%55.29%-
HSV(B)242.89º74.11%87.84%-
XYZ17.219.5771.46-
YUV79.32209.65118.5-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.97%
GREEN value IS 58 (23.05% from 255) = 16.67%
BLUE value IS 224 (87.89% from 255) = 64.37%
R=18.97%
G=16.67%
B=64.37%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal66582240.710.7400.12242.8972.8155.29
Hex423AE0474A0Cf34937
Octal1027234010711201436311167
Binary1000010111010111000001000111100101001100111100111001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423AE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423AE0; }

 p { color: rgb(66,58,224); }

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

<style>
 a { background-color: #423AE0; }

 a { background-color: rgb(66,58,224); }

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

<style>
 span { border-color: #423AE0; }

 span { border-color: rgb(66,58,224); }

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