Html Css Color HEX #2F46FA Neon Blue

📋 copy color: '#2F46FA'

red 47 ◦ green 70 ◦ blue 250

#2F46FA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Blue #2F46FA

Tints of Neon Blue #2F46FA

RGB

 RED value IS 47 (18.75% from 255) = 12.81%

 GREEN value IS 70 (27.73% from 255) = 19.07%

 BLUE value IS 250 (98.05% from 255) = 68.12%

R = 12.81%
G = 19.07%
B = 68.12%

CMYK

 C value IS 0.81

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2F46FA (or 0x2F46FA) is known color: Neon Blue. HEX triplet: 2F, 46 and FA. RGB value is (47,70,250). Sum of RGB (Red+Green+Blue) = 47+70+250=367 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.81% from 367); Green value is 70 (27.73% from 255 or 19.07% from 367); Blue value is 250 (98.05% from 255 or 68.12% from 367); Max value from RGB is 250 - color contains mainly: blue. Hex color #2F46FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2F46FA is #D0B905. Grayscale: #525252. Windows color (decimal): -13678854 or 16401967. OLE color: 16401967.

HSL color Cylindrical-coordinate representation of color #2F46FA: hue angle of 233.2º 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 #2F46FA is Cyan = 0.81, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 47 70 250 -
CMYK 0.81 0.72 0 0.02
HSL 233.2º 0.95% 0.58% -
HSV(B) 233.2º 0.81% 0.98% -
XYZ 20.62 11.89 91.65 -
YUV 83.64 221.88 101.86 -
System Red Green Blue C M Y K H S L
Decimal 47 70 250 0.81 0.72 0 0.02 233.2 0.95 0.58
Hex 2F 46 FA 51 48 0 2 E9 5F 3A
Octal 57 106 372 121 110 0 2 351 137 72
Binary 101111 1000110 11111010 1010001 1001000 0 10 11101001 1011111 111010

Color Harmonies of #2F46FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F46FA

Black with #2F46FA

Text Example


Text Example

White with #2F46FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2F46FA;
 }
 .AnyTagClassName
 {
   color: #2F46FA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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