#423BED

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

Shades of Neon Blue #423BED

Tints of Neon Blue #423BED

Color information

#423BED (or 0x423BED) is unknown color: approx Neon Blue. HEX triplet: 42, 3B and ED. RGB value is (66,59,237). Sum of RGB (Red+Green+Blue) = 66+59+237=362 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.23% from 362); Green value is 59 (23.44% from 255 or 16.30% from 362); Blue value is 237 (92.97% from 255 or 65.47% from 362); Max value from RGB is 237 - color contains mainly: blue. Hex color #423BED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #423BED is #BDC412. Grayscale: #505050. Windows color (decimal): -12436499 or 15547202. OLE color: 15547202.

HSL color Cylindrical-coordinate representation of color #423BED: hue angle of 242.36º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #423BED is Cyan = 0.72, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB6659237-
CMYK0.720.7500.07
HSL242.36º83.18%58.04%-
HSV(B)242.36º75.11%92.94%-
XYZ19.110.481.12-
YUV81.38215.82117.03-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.23%
GREEN value IS 59 (23.44% from 255) = 16.30%
BLUE value IS 237 (92.97% from 255) = 65.47%
R=18.23%
G=16.30%
B=65.47%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal66592370.720.7500.07242.3683.1858.04
Hex423BED484B07f2533a
Octal102733551101130736212372
Binary100001011101111101101100100010010110111111100101010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423BED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,59,237); }

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

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

 a { background-color: rgb(66,59,237); }

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

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

 span { border-color: rgb(66,59,237); }

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