Html Css Color HEX #2F41FA Neon Blue

📋 copy color: '#2F41FA'

red 47 ◦ green 65 ◦ blue 250

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

Shades of Neon Blue #2F41FA

Tints of Neon Blue #2F41FA

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.96%

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

R = 12.98%
G = 17.96%
B = 69.06%

CMYK

 C value IS 0.81

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2F41FA (or 0x2F41FA) is known color: Neon Blue. HEX triplet: 2F, 41 and FA. RGB value is (47,65,250). Sum of RGB (Red+Green+Blue) = 47+65+250=362 (47% of max value = 765). Red value is 47 (18.75% from 255 or 12.98% from 362); Green value is 65 (25.78% from 255 or 17.96% from 362); Blue value is 250 (98.05% from 255 or 69.06% from 362); Max value from RGB is 250 - color contains mainly: blue. Hex color #2F41FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2F41FA is #D0BE05. Grayscale: #4F4F4F. Windows color (decimal): -13680134 or 16400687. OLE color: 16400687.

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

Color convert

RGB 47 65 250 -
CMYK 0.81 0.74 0 0.02
HSL 234.68º 0.95% 0.58% -
HSV(B) 234.68º 0.81% 0.98% -
XYZ 20.32 11.29 91.55 -
YUV 80.71 223.54 103.96 -
System Red Green Blue C M Y K H S L
Decimal 47 65 250 0.81 0.74 0 0.02 234.68 0.95 0.58
Hex 2F 41 FA 51 4A 0 2 EB 5F 3A
Octal 57 101 372 121 112 0 2 353 137 72
Binary 101111 1000001 11111010 1010001 1001010 0 10 11101011 1011111 111010

Color Harmonies of #2F41FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F41FA

Black with #2F41FA

Text Example


Text Example

White with #2F41FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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