#423DF5

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

Shades of Neon Blue #423DF5

Tints of Neon Blue #423DF5

Color information

#423DF5 (or 0x423DF5) is unknown color: approx Neon Blue. HEX triplet: 42, 3D and F5. RGB value is (66,61,245). Sum of RGB (Red+Green+Blue) = 66+61+245=372 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.74% from 372); Green value is 61 (24.22% from 255 or 16.40% from 372); Blue value is 245 (96.09% from 255 or 65.86% from 372); Max value from RGB is 245 - color contains mainly: blue. Hex color #423DF5 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #423DF5 is #BDC20A. Grayscale: #525252. Windows color (decimal): -12435979 or 16072002. OLE color: 16072002.

HSL color Cylindrical-coordinate representation of color #423DF5: hue angle of 241.63º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #423DF5 is Cyan = 0.73, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB6661245-
CMYK0.730.7500.04
HSL241.63º90.2%60%-
HSV(B)241.63º75.1%96.08%-
XYZ20.411.0987.45-
YUV83.47219.16115.54-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.74%
GREEN value IS 61 (24.22% from 255) = 16.40%
BLUE value IS 245 (96.09% from 255) = 65.86%
R=17.74%
G=16.40%
B=65.86%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal66612450.730.7500.04241.6390.260
Hex423DF5494B04f25a3c
Octal102753651111130436213274
Binary100001011110111110101100100110010110100111100101011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423DF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,61,245); }

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

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

 a { background-color: rgb(66,61,245); }

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

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

 span { border-color: rgb(66,61,245); }

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