#2F42FA

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

Shades of Neon Blue #2F42FA

Tints of Neon Blue #2F42FA

Color information

#2F42FA (or 0x2F42FA) is unknown color: approx Neon Blue. HEX triplet: 2F, 42 and FA. RGB value is (47,66,250). Sum of RGB (Red+Green+Blue) = 47+66+250=363 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.95% from 363); Green value is 66 (26.17% from 255 or 18.18% from 363); Blue value is 250 (98.05% from 255 or 68.87% from 363); Max value from RGB is 250 - color contains mainly: blue. Hex color #2F42FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2F42FA is #D0BD05. Grayscale: #505050. Windows color (decimal): -13679878 or 16400943. OLE color: 16400943.

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

Color convert

RGB4766250-
CMYK0.810.7400.02
HSL234.38º95.31%58.24%-
HSV(B)234.38º81.2%98.04%-
XYZ20.3811.491.57-
YUV81.29223.21103.54-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 12.95%
GREEN value IS 66 (26.17% from 255) = 18.18%
BLUE value IS 250 (98.05% from 255) = 68.87%
R=12.95%
G=18.18%
B=68.87%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal47662500.810.7400.02234.3895.3158.24
Hex2F42FA514A02ea5f3a
Octal571023721211120235213772
Binary10111110000101111101010100011001010010111010101011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F42FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F42FA; }

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

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

<style>
 a { background-color: #2F42FA; }

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

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

<style>
 span { border-color: #2F42FA; }

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

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