Html Css Color HEX #2F3FED Neon Blue

📋 copy color: '#2F3FED'

red 47 ◦ green 63 ◦ blue 237

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

Shades of Neon Blue #2F3FED

Tints of Neon Blue #2F3FED

RGB

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

 GREEN value IS 63 (25% from 255) = 18.16%

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

R = 13.54%
G = 18.16%
B = 68.3%

CMYK

 C value IS 0.80

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2F3FED (or 0x2F3FED) is known color: Neon Blue. HEX triplet: 2F, 3F and ED. RGB value is (47,63,237). Sum of RGB (Red+Green+Blue) = 47+63+237=347 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.54% from 347); Green value is 63 (25% from 255 or 18.16% from 347); Blue value is 237 (92.97% from 255 or 68.30% from 347); Max value from RGB is 237 - color contains mainly: blue. Hex color #2F3FED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2F3FED is #D0C012. Grayscale: #4D4D4D. Windows color (decimal): -13680659 or 15548207. OLE color: 15548207.

HSL color Cylindrical-coordinate representation of color #2F3FED: hue angle of 234.95º 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 #2F3FED is Cyan = 0.80, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 47 63 237 -
CMYK 0.80 0.73 0 0.07
HSL 234.95º 0.84% 0.56% -
HSV(B) 234.95º 0.8% 0.93% -
XYZ 18.24 10.27 81.14 -
YUV 78.05 217.7 105.85 -
System Red Green Blue C M Y K H S L
Decimal 47 63 237 0.80 0.73 0 0.07 234.95 0.84 0.56
Hex 2F 3F ED 50 49 0 7 EB 54 38
Octal 57 77 355 120 111 0 7 353 124 70
Binary 101111 111111 11101101 1010000 1001001 0 111 11101011 1010100 111000

Color Harmonies of #2F3FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F3FED

Black with #2F3FED

Text Example


Text Example

White with #2F3FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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