Html Css Color HEX #2B42F9 Neon Blue

📋 copy color: '#2B42F9'

red 43 ◦ green 66 ◦ blue 249

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

Shades of Neon Blue #2B42F9

Tints of Neon Blue #2B42F9

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.44%

 BLUE value IS 249 (97.66% from 255) = 69.55%

R = 12.01%
G = 18.44%
B = 69.55%

CMYK

 C value IS 0.83

 M value IS 0.73

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2B42F9 (or 0x2B42F9) is known color: Neon Blue. HEX triplet: 2B, 42 and F9. RGB value is (43,66,249). Sum of RGB (Red+Green+Blue) = 43+66+249=358 (47% of max value = 765). Red value is 43 (17.19% from 255 or 12.01% from 358); Green value is 66 (26.17% from 255 or 18.44% from 358); Blue value is 249 (97.66% from 255 or 69.55% from 358); Max value from RGB is 249 - color contains mainly: blue. Hex color #2B42F9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2B42F9 is #D4BD06. Grayscale: #4F4F4F. Windows color (decimal): -13942023 or 16335403. OLE color: 16335403.

HSL color Cylindrical-coordinate representation of color #2B42F9: hue angle of 233.3º degrees, saturation: 0.94, 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 #2B42F9 is Cyan = 0.83, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 43 66 249 -
CMYK 0.83 0.73 0 0.02
HSL 233.3º 0.94% 0.57% -
HSV(B) 233.3º 0.83% 0.98% -
XYZ 20.04 11.25 90.74 -
YUV 79.99 223.38 101.62 -
System Red Green Blue C M Y K H S L
Decimal 43 66 249 0.83 0.73 0 0.02 233.3 0.94 0.57
Hex 2B 42 F9 53 49 0 2 E9 5E 39
Octal 53 102 371 123 111 0 2 351 136 71
Binary 101011 1000010 11111001 1010011 1001001 0 10 11101001 1011110 111001

Color Harmonies of #2B42F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B42F9

Black with #2B42F9

Text Example


Text Example

White with #2B42F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,66,249); }

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

background-color css

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

 a { background-color: rgb(43,66,249); }

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

border-color css

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

 span { border-color: rgb(43,66,249); }

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