Html Css Color HEX #2F4AED Neon Blue

📋 copy color: '#2F4AED'

red 47 ◦ green 74 ◦ blue 237

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

Shades of Neon Blue #2F4AED

Tints of Neon Blue #2F4AED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 66.2%

R = 13.13%
G = 20.67%
B = 66.2%

CMYK

 C value IS 0.80

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2F4AED (or 0x2F4AED) is known color: Neon Blue. HEX triplet: 2F, 4A and ED. RGB value is (47,74,237). Sum of RGB (Red+Green+Blue) = 47+74+237=358 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.13% from 358); Green value is 74 (29.30% from 255 or 20.67% from 358); Blue value is 237 (92.97% from 255 or 66.20% from 358); Max value from RGB is 237 - color contains mainly: blue. Hex color #2F4AED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2F4AED is #D0B512. Grayscale: #535353. Windows color (decimal): -13677843 or 15551023. OLE color: 15551023.

HSL color Cylindrical-coordinate representation of color #2F4AED: hue angle of 231.47º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2F4AED is Cyan = 0.80, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 47 74 237 -
CMYK 0.80 0.69 0 0.07
HSL 231.47º 0.84% 0.56% -
HSV(B) 231.47º 0.8% 0.93% -
XYZ 18.91 11.62 81.37 -
YUV 84.51 214.05 101.25 -
System Red Green Blue C M Y K H S L
Decimal 47 74 237 0.80 0.69 0 0.07 231.47 0.84 0.56
Hex 2F 4A ED 50 45 0 7 E7 54 38
Octal 57 112 355 120 105 0 7 347 124 70
Binary 101111 1001010 11101101 1010000 1000101 0 111 11100111 1010100 111000

Color Harmonies of #2F4AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4AED

Black with #2F4AED

Text Example


Text Example

White with #2F4AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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