Html Css Color HEX #2E3FFB Neon Blue

📋 copy color: '#2E3FFB'

red 46 ◦ green 63 ◦ blue 251

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

Shades of Neon Blue #2E3FFB

Tints of Neon Blue #2E3FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 69.72%

R = 12.78%
G = 17.5%
B = 69.72%

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

#2E3FFB (or 0x2E3FFB) is known color: Neon Blue. HEX triplet: 2E, 3F and FB. RGB value is (46,63,251). Sum of RGB (Red+Green+Blue) = 46+63+251=360 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.78% from 360); Green value is 63 (25% from 255 or 17.5% from 360); Blue value is 251 (98.44% from 255 or 69.72% from 360); Max value from RGB is 251 - color contains mainly: blue. Hex color #2E3FFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2E3FFB is #D1C004. Grayscale: #4E4E4E. Windows color (decimal): -13746181 or 16465710. OLE color: 16465710.

HSL color Cylindrical-coordinate representation of color #2E3FFB: hue angle of 235.02º degrees, saturation: 0.96, 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 #2E3FFB is Cyan = 0.82, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 46 63 251 -
CMYK 0.82 0.75 0 0.02
HSL 235.02º 0.96% 0.58% -
HSV(B) 235.02º 0.82% 0.98% -
XYZ 20.32 11.1 92.34 -
YUV 79.35 224.87 104.21 -
System Red Green Blue C M Y K H S L
Decimal 46 63 251 0.82 0.75 0 0.02 235.02 0.96 0.58
Hex 2E 3F FB 52 4B 0 2 EB 60 3A
Octal 56 77 373 122 113 0 2 353 140 72
Binary 101110 111111 11111011 1010010 1001011 0 10 11101011 1100000 111010

Color Harmonies of #2E3FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3FFB

Black with #2E3FFB

Text Example


Text Example

White with #2E3FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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