Html Css Color HEX #2B41FA Neon Blue

📋 copy color: '#2B41FA'

red 43 ◦ green 65 ◦ blue 250

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

Shades of Neon Blue #2B41FA

Tints of Neon Blue #2B41FA

RGB

 RED value IS 43 (17.19% from 255) = 12.01%

 GREEN value IS 65 (25.78% from 255) = 18.16%

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

R = 12.01%
G = 18.16%
B = 69.83%

CMYK

 C value IS 0.83

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2B41FA (or 0x2B41FA) is known color: Neon Blue. HEX triplet: 2B, 41 and FA. RGB value is (43,65,250). Sum of RGB (Red+Green+Blue) = 43+65+250=358 (47% of max value = 765). Red value is 43 (17.19% from 255 or 12.01% from 358); Green value is 65 (25.78% from 255 or 18.16% from 358); Blue value is 250 (98.05% from 255 or 69.83% from 358); Max value from RGB is 250 - color contains mainly: blue. Hex color #2B41FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2B41FA is #D4BE05. Grayscale: #4E4E4E. Windows color (decimal): -13942278 or 16400683. OLE color: 16400683.

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

Color convert

RGB 43 65 250 -
CMYK 0.83 0.74 0 0.02
HSL 233.62º 0.95% 0.57% -
HSV(B) 233.62º 0.83% 0.98% -
XYZ 20.14 11.2 91.54 -
YUV 79.51 224.21 101.96 -
System Red Green Blue C M Y K H S L
Decimal 43 65 250 0.83 0.74 0 0.02 233.62 0.95 0.57
Hex 2B 41 FA 53 4A 0 2 EA 5F 39
Octal 53 101 372 123 112 0 2 352 137 71
Binary 101011 1000001 11111010 1010011 1001010 0 10 11101010 1011111 111001

Color Harmonies of #2B41FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B41FA

Black with #2B41FA

Text Example


Text Example

White with #2B41FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,65,250); }

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

background-color css

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

 a { background-color: rgb(43,65,250); }

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

border-color css

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

 span { border-color: rgb(43,65,250); }

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