Html Css Color HEX #2F4DFF Neon Blue

📋 copy color: '#2F4DFF'

red 47 ◦ green 77 ◦ blue 255

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

Shades of Neon Blue #2F4DFF

Tints of Neon Blue #2F4DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 67.28%

R = 12.4%
G = 20.32%
B = 67.28%

CMYK

 C value IS 0.82

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#2F4DFF (or 0x2F4DFF) is known color: Neon Blue. HEX triplet: 2F, 4D and FF. RGB value is (47,77,255). Sum of RGB (Red+Green+Blue) = 47+77+255=379 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.40% from 379); Green value is 77 (30.47% from 255 or 20.32% from 379); Blue value is 255 (100% from 255 or 67.28% from 379); Max value from RGB is 255 - color contains mainly: blue. Hex color #2F4DFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2F4DFF is #D0B200. Grayscale: #575757. Windows color (decimal): -13677057 or 16731439. OLE color: 16731439.

HSL color Cylindrical-coordinate representation of color #2F4DFF: hue angle of 231.35º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2F4DFF is Cyan = 0.82, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 47 77 255 -
CMYK 0.82 0.70 0 0
HSL 231.35º 1% 0.59% -
HSV(B) 231.35º 0.82% 1% -
XYZ 21.88 13.13 95.99 -
YUV 88.32 222.06 98.53 -
System Red Green Blue C M Y K H S L
Decimal 47 77 255 0.82 0.70 0 0 231.35 1 0.59
Hex 2F 4D FF 52 46 0 0 E7 64 3B
Octal 57 115 377 122 106 0 0 347 144 73
Binary 101111 1001101 11111111 1010010 1000110 0 0 11100111 1100100 111011

Color Harmonies of #2F4DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4DFF

Black with #2F4DFF

Text Example


Text Example

White with #2F4DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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