#423FF8

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

Shades of Neon Blue #423FF8

Tints of Neon Blue #423FF8

Color information

#423FF8 (or 0x423FF8) is unknown color: approx Neon Blue. HEX triplet: 42, 3F and F8. RGB value is (66,63,248). Sum of RGB (Red+Green+Blue) = 66+63+248=377 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.51% from 377); Green value is 63 (25% from 255 or 16.71% from 377); Blue value is 248 (97.27% from 255 or 65.78% from 377); Max value from RGB is 248 - color contains mainly: blue. Hex color #423FF8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #423FF8 is #BDC007. Grayscale: #545454. Windows color (decimal): -12435464 or 16269122. OLE color: 16269122.

HSL color Cylindrical-coordinate representation of color #423FF8: hue angle of 240.97º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #423FF8 is Cyan = 0.73, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB6663248-
CMYK0.730.7500.03
HSL240.97º92.96%60.98%-
HSV(B)240.97º74.6%97.25%-
XYZ20.9711.4989.92-
YUV84.99219.99114.46-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.51%
GREEN value IS 63 (25% from 255) = 16.71%
BLUE value IS 248 (97.27% from 255) = 65.78%
R=17.51%
G=16.71%
B=65.78%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal66632480.730.7500.03240.9792.9660.98
Hex423FF8494B03f15d3d
Octal102773701111130336113575
Binary10000101111111111100010010011001011011111100011011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423FF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,63,248); }

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

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

 a { background-color: rgb(66,63,248); }

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

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

 span { border-color: rgb(66,63,248); }

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