Html Css Color HEX #3338FB Neon Blue

📋 copy color: '#3338FB'

red 51 ◦ green 56 ◦ blue 251

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

Shades of Neon Blue #3338FB

Tints of Neon Blue #3338FB

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.64%

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

R = 14.25%
G = 15.64%
B = 70.11%

CMYK

 C value IS 0.80

 M value IS 0.78

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3338FB (or 0x3338FB) is known color: Neon Blue. HEX triplet: 33, 38 and FB. RGB value is (51,56,251). Sum of RGB (Red+Green+Blue) = 51+56+251=358 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.25% from 358); Green value is 56 (22.27% from 255 or 15.64% from 358); Blue value is 251 (98.44% from 255 or 70.11% from 358); Max value from RGB is 251 - color contains mainly: blue. Hex color #3338FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3338FB is #CCC704. Grayscale: #4B4B4B. Windows color (decimal): -13420293 or 16463923. OLE color: 16463923.

HSL color Cylindrical-coordinate representation of color #3338FB: hue angle of 238.5º 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 #3338FB is Cyan = 0.80, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 51 56 251 -
CMYK 0.80 0.78 0 0.02
HSL 238.5º 0.96% 0.59% -
HSV(B) 238.5º 0.8% 0.98% -
XYZ 20.19 10.5 92.23 -
YUV 76.74 226.34 109.64 -
System Red Green Blue C M Y K H S L
Decimal 51 56 251 0.80 0.78 0 0.02 238.5 0.96 0.59
Hex 33 38 FB 50 4E 0 2 EE 60 3B
Octal 63 70 373 120 116 0 2 356 140 73
Binary 110011 111000 11111011 1010000 1001110 0 10 11101110 1100000 111011

Color Harmonies of #3338FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3338FB

Black with #3338FB

Text Example


Text Example

White with #3338FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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