#423BDF

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

Shades of Neon Blue #423BDF

Tints of Neon Blue #423BDF

Color information

#423BDF (or 0x423BDF) is unknown color: approx Neon Blue. HEX triplet: 42, 3B and DF. RGB value is (66,59,223). Sum of RGB (Red+Green+Blue) = 66+59+223=348 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.97% from 348); Green value is 59 (23.44% from 255 or 16.95% from 348); Blue value is 223 (87.5% from 255 or 64.08% from 348); Max value from RGB is 223 - color contains mainly: blue. Hex color #423BDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #423BDF is #BDC420. Grayscale: #4F4F4F. Windows color (decimal): -12436513 or 14629698. OLE color: 14629698.

HSL color Cylindrical-coordinate representation of color #423BDF: hue angle of 242.56º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #423BDF is Cyan = 0.70, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB6659223-
CMYK0.700.7400.13
HSL242.56º71.93%55.29%-
HSV(B)242.56º73.54%87.45%-
XYZ17.139.6170.76-
YUV79.79208.82118.16-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.97%
GREEN value IS 59 (23.44% from 255) = 16.95%
BLUE value IS 223 (87.5% from 255) = 64.08%
R=18.97%
G=16.95%
B=64.08%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal66592230.700.7400.13242.5671.9355.29
Hex423BDF464A0Df34837
Octal1027333710611201536311067
Binary1000010111011110111111000110100101001101111100111001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423BDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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