Html Css Color HEX #2F4DFA Neon Blue

📋 copy color: '#2F4DFA'

red 47 ◦ green 77 ◦ blue 250

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

Shades of Neon Blue #2F4DFA

Tints of Neon Blue #2F4DFA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.59%

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

R = 12.57%
G = 20.59%
B = 66.84%

CMYK

 C value IS 0.81

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2F4DFA (or 0x2F4DFA) is known color: Neon Blue. HEX triplet: 2F, 4D and FA. RGB value is (47,77,250). Sum of RGB (Red+Green+Blue) = 47+77+250=374 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.57% from 374); Green value is 77 (30.47% from 255 or 20.59% from 374); Blue value is 250 (98.05% from 255 or 66.84% from 374); Max value from RGB is 250 - color contains mainly: blue. Hex color #2F4DFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2F4DFA is #D0B205. Grayscale: #575757. Windows color (decimal): -13677062 or 16403759. OLE color: 16403759.

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

Color convert

RGB 47 77 250 -
CMYK 0.81 0.69 0 0.02
HSL 231.13º 0.95% 0.58% -
HSV(B) 231.13º 0.81% 0.98% -
XYZ 21.08 12.81 91.8 -
YUV 87.75 219.56 98.93 -
System Red Green Blue C M Y K H S L
Decimal 47 77 250 0.81 0.69 0 0.02 231.13 0.95 0.58
Hex 2F 4D FA 51 45 0 2 E7 5F 3A
Octal 57 115 372 121 105 0 2 347 137 72
Binary 101111 1001101 11111010 1010001 1000101 0 10 11100111 1011111 111010

Color Harmonies of #2F4DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4DFA

Black with #2F4DFA

Text Example


Text Example

White with #2F4DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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