Html Css Color HEX #2E3FFA Neon Blue

📋 copy color: '#2E3FFA'

red 46 ◦ green 63 ◦ blue 250

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

Shades of Neon Blue #2E3FFA

Tints of Neon Blue #2E3FFA

RGB

 RED value IS 46 (18.36% from 255) = 12.81%

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

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

R = 12.81%
G = 17.55%
B = 69.64%

CMYK

 C value IS 0.82

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2E3FFA (or 0x2E3FFA) is known color: Neon Blue. HEX triplet: 2E, 3F and FA. RGB value is (46,63,250). Sum of RGB (Red+Green+Blue) = 46+63+250=359 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.81% from 359); Green value is 63 (25% from 255 or 17.55% from 359); Blue value is 250 (98.05% from 255 or 69.64% from 359); Max value from RGB is 250 - color contains mainly: blue. Hex color #2E3FFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2E3FFA is #D1C005. Grayscale: #4E4E4E. Windows color (decimal): -13746182 or 16400174. OLE color: 16400174.

HSL color Cylindrical-coordinate representation of color #2E3FFA: hue angle of 235º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2E3FFA is Cyan = 0.82, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 46 63 250 -
CMYK 0.82 0.75 0 0.02
HSL 235º 0.95% 0.58% -
HSV(B) 235º 0.82% 0.98% -
XYZ 20.16 11.04 91.51 -
YUV 79.24 224.37 104.29 -
System Red Green Blue C M Y K H S L
Decimal 46 63 250 0.82 0.75 0 0.02 235 0.95 0.58
Hex 2E 3F FA 52 4B 0 2 EB 5F 3A
Octal 56 77 372 122 113 0 2 353 137 72
Binary 101110 111111 11111010 1010010 1001011 0 10 11101011 1011111 111010

Color Harmonies of #2E3FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3FFA

Black with #2E3FFA

Text Example


Text Example

White with #2E3FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,63,250); }

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

background-color css

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

 a { background-color: rgb(46,63,250); }

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

border-color css

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

 span { border-color: rgb(46,63,250); }

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