Html Css Color HEX #3344FB Neon Blue

📋 copy color: '#3344FB'

red 51 ◦ green 68 ◦ blue 251

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

Shades of Neon Blue #3344FB

Tints of Neon Blue #3344FB

RGB

 RED value IS 51 (20.31% from 255) = 13.78%

 GREEN value IS 68 (26.95% from 255) = 18.38%

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

R = 13.78%
G = 18.38%
B = 67.84%

CMYK

 C value IS 0.80

 M value IS 0.73

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3344FB (or 0x3344FB) is known color: Neon Blue. HEX triplet: 33, 44 and FB. RGB value is (51,68,251). Sum of RGB (Red+Green+Blue) = 51+68+251=370 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.78% from 370); Green value is 68 (26.95% from 255 or 18.38% from 370); Blue value is 251 (98.44% from 255 or 67.84% from 370); Max value from RGB is 251 - color contains mainly: blue. Hex color #3344FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3344FB is #CCBB04. Grayscale: #535353. Windows color (decimal): -13417221 or 16466995. OLE color: 16466995.

HSL color Cylindrical-coordinate representation of color #3344FB: hue angle of 234.9º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3344FB is Cyan = 0.80, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 51 68 251 -
CMYK 0.80 0.73 0 0.02
HSL 234.9º 0.96% 0.59% -
HSV(B) 234.9º 0.8% 0.98% -
XYZ 20.84 11.8 92.45 -
YUV 83.78 222.37 104.62 -
System Red Green Blue C M Y K H S L
Decimal 51 68 251 0.80 0.73 0 0.02 234.9 0.96 0.59
Hex 33 44 FB 50 49 0 2 EB 60 3B
Octal 63 104 373 120 111 0 2 353 140 73
Binary 110011 1000100 11111011 1010000 1001001 0 10 11101011 1100000 111011

Color Harmonies of #3344FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3344FB

Black with #3344FB

Text Example


Text Example

White with #3344FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3344FB; }

 p { color: rgb(51,68,251); }

 H1.HeaderClassName
 {
   color: #3344FB;
 }
 .AnyTagClassName
 {
   color: #3344FB;
 }
</style>

background-color css

<style>
 a { background-color: #3344FB; }

 a { background-color: rgb(51,68,251); }

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

border-color css

<style>
 span { border-color: #3344FB; }

 span { border-color: rgb(51,68,251); }

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