Html Css Color HEX #2F4AF9 Neon Blue

📋 copy color: '#2F4AF9'

red 47 ◦ green 74 ◦ blue 249

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

Shades of Neon Blue #2F4AF9

Tints of Neon Blue #2F4AF9

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20%

 BLUE value IS 249 (97.66% from 255) = 67.3%

R = 12.7%
G = 20%
B = 67.3%

CMYK

 C value IS 0.81

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2F4AF9 (or 0x2F4AF9) is known color: Neon Blue. HEX triplet: 2F, 4A and F9. RGB value is (47,74,249). Sum of RGB (Red+Green+Blue) = 47+74+249=370 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.70% from 370); Green value is 74 (29.30% from 255 or 20% from 370); Blue value is 249 (97.66% from 255 or 67.30% from 370); Max value from RGB is 249 - color contains mainly: blue. Hex color #2F4AF9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2F4AF9 is #D0B506. Grayscale: #555555. Windows color (decimal): -13677831 or 16337455. OLE color: 16337455.

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

Color convert

RGB 47 74 249 -
CMYK 0.81 0.70 0 0.02
HSL 231.98º 0.94% 0.58% -
HSV(B) 231.98º 0.81% 0.98% -
XYZ 20.72 12.34 90.91 -
YUV 85.88 220.05 100.27 -
System Red Green Blue C M Y K H S L
Decimal 47 74 249 0.81 0.70 0 0.02 231.98 0.94 0.58
Hex 2F 4A F9 51 46 0 2 E8 5E 3A
Octal 57 112 371 121 106 0 2 350 136 72
Binary 101111 1001010 11111001 1010001 1000110 0 10 11101000 1011110 111010

Color Harmonies of #2F4AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4AF9

Black with #2F4AF9

Text Example


Text Example

White with #2F4AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,74,249); }

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

background-color css

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

 a { background-color: rgb(47,74,249); }

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

border-color css

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

 span { border-color: rgb(47,74,249); }

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