Html Css Color HEX #383CFB Neon Blue

📋 copy color: '#383CFB'

red 56 ◦ green 60 ◦ blue 251

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

Shades of Neon Blue #383CFB

Tints of Neon Blue #383CFB

RGB

 RED value IS 56 (22.27% from 255) = 15.26%

 GREEN value IS 60 (23.83% from 255) = 16.35%

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

R = 15.26%
G = 16.35%
B = 68.39%

CMYK

 C value IS 0.78

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#383CFB (or 0x383CFB) is known color: Neon Blue. HEX triplet: 38, 3C and FB. RGB value is (56,60,251). Sum of RGB (Red+Green+Blue) = 56+60+251=367 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.26% from 367); Green value is 60 (23.83% from 255 or 16.35% from 367); Blue value is 251 (98.44% from 255 or 68.39% from 367); Max value from RGB is 251 - color contains mainly: blue. Hex color #383CFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #383CFB is #C7C304. Grayscale: #4F4F4F. Windows color (decimal): -13091589 or 16464952. OLE color: 16464952.

HSL color Cylindrical-coordinate representation of color #383CFB: hue angle of 238.77º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #383CFB is Cyan = 0.78, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 56 60 251 -
CMYK 0.78 0.76 0 0.02
HSL 238.77º 0.96% 0.6% -
HSV(B) 238.77º 0.78% 0.98% -
XYZ 20.66 11.04 92.31 -
YUV 80.58 224.17 110.47 -
System Red Green Blue C M Y K H S L
Decimal 56 60 251 0.78 0.76 0 0.02 238.77 0.96 0.6
Hex 38 3C FB 4E 4C 0 2 EF 60 3C
Octal 70 74 373 116 114 0 2 357 140 74
Binary 111000 111100 11111011 1001110 1001100 0 10 11101111 1100000 111100

Color Harmonies of #383CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383CFB

Black with #383CFB

Text Example


Text Example

White with #383CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383CFB; }

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

 H1.HeaderClassName
 {
   color: #383CFB;
 }
 .AnyTagClassName
 {
   color: #383CFB;
 }
</style>

background-color css

<style>
 a { background-color: #383CFB; }

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

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

border-color css

<style>
 span { border-color: #383CFB; }

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

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