#423ffa

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

Shades of Neon Blue #423FFA

Tints of Neon Blue #423FFA

Color information

#423FFA (or 0x423FFA) is unknown color: approx Neon Blue. HEX triplet: 42, 3F and FA. RGB value is (66,63,250). Sum of RGB (Red+Green+Blue) = 66+63+250=379 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.41% from 379); Green value is 63 (25% from 255 or 16.62% from 379); Blue value is 250 (98.05% from 255 or 65.96% from 379); Max value from RGB is 250 - color contains mainly: blue. Hex color #423FFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #423FFA is #BDC005. Grayscale: #545454. Windows color (decimal): -12435462 or 16400194. OLE color: 16400194.

HSL color Cylindrical-coordinate representation of color #423FFA: hue angle of 240.96º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #423FFA is Cyan = 0.74, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB6663250-
CMYK0.740.7500.02
HSL240.96º94.92%61.37%-
HSV(B)240.96º74.8%98.04%-
XYZ21.2811.6291.56-
YUV85.21220.99114.29-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.41%
GREEN value IS 63 (25% from 255) = 16.62%
BLUE value IS 250 (98.05% from 255) = 65.96%
R=17.41%
G=16.62%
B=65.96%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal66632500.740.7500.02240.9694.9261.37
Hex423FFA4A4B02f15f3d
Octal102773721121130236113775
Binary10000101111111111101010010101001011010111100011011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423ffa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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