#4242FB

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

Shades of Neon Blue #4242FB

Tints of Neon Blue #4242FB

Color information

#4242FB (or 0x4242FB) is unknown color: approx Neon Blue. HEX triplet: 42, 42 and FB. RGB value is (66,66,251). Sum of RGB (Red+Green+Blue) = 66+66+251=383 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.23% from 383); Green value is 66 (26.17% from 255 or 17.23% from 383); Blue value is 251 (98.44% from 255 or 65.54% from 383); Max value from RGB is 251 - color contains mainly: blue. Hex color #4242FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4242FB is #BDBD04. Grayscale: #565656. Windows color (decimal): -12434693 or 16466498. OLE color: 16466498.

HSL color Cylindrical-coordinate representation of color #4242FB: hue angle of 240º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4242FB is Cyan = 0.74, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB6666251-
CMYK0.740.7400.02
HSL240º95.85%62.16%-
HSV(B)240º73.71%98.43%-
XYZ21.6112.0292.45-
YUV87.09220.5112.96-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.23%
GREEN value IS 66 (26.17% from 255) = 17.23%
BLUE value IS 251 (98.44% from 255) = 65.54%
R=17.23%
G=17.23%
B=65.54%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal66662510.740.7400.0224095.8562.16
Hex4242FB4A4A02f0603e
Octal1021023731121120236014076
Binary100001010000101111101110010101001010010111100001100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4242FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4242FB; }

 p { color: rgb(66,66,251); }

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

<style>
 a { background-color: #4242FB; }

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

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

<style>
 span { border-color: #4242FB; }

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

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